WebFVExtractorBaseT, TSettings Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbWBI.Core.WebClassifier.wlfClassifier
public abstract class WebFVExtractorBase<T, TSettings> : WebFVExtractorCommonBase<T>, IWebFVExtractor where T : class, new(), IWebFVExtractorKnowledge where TSettings : class, new(), IFVExtractorSettings
The WebFVExtractorBaseT, TSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| WebFVExtractorBaseT, TSettings | Initializes a new instance of the WebFVExtractorBaseT, TSettings class |
| Name | Description | |
|---|---|---|
| classes |
Gets or sets the classes.
(Inherited from WebFVExtractorCommonBaseT.) | |
| description |
Gets or sets the description.
| |
| doUseOptimizedClassKnowledgeBuilding |
Gets or sets a value indicating whether to use alternative algorithm for category knowledge construction
| |
| name |
Gets or sets the name.
| |
| rndSeed | ||
| settings |
Settings of the unit
|
| Name | Description | |
|---|---|---|
| BuildFeatureVectorDefinition |
Builds the feature vector definition.
| |
| DescribeSelf |
Describes self in multiple lines. Description contains the most important settings and way of operation
| |
| DoClassification(DocumentSetCaseCollection, DocumentSetCaseCollectionSet, ILogBuilder) |
Does the classification.
| |
| DoClassification(kFoldValidationCase, classifierTools, ILogBuilder, Boolean) |
Does the classification.
| |
| DoFVEAndTraining |
Does the training.
| |
| DoFVExtractionForClass |
Does the training for one class. --- old method
| |
| DoFVExtractionForClassViaCases |
Does the FVE for category, using case knowledge. This is alternative algorithm, with higher execution time
| |
| DoFVPostProcessing |
Does the FeatureVector knowledge post-processing.
| |
| DoMakeKnowledge |
Does the make knowledge.
| |
| DoMakeKnowledgeForCase |
Does the make knowledge for case.
| |
| DoPostTrainingProcedure |
Does the post training procedure.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetClassification |
Gets the classification.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |