 | semanticFVExtractor Class |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Classifier
Inheritance Hierarchy
Namespace:
imbWBI.Core.WebClassifier.wlfClassifier
Assembly:
imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntaxpublic class semanticFVExtractor : WebFVExtractorBase<semanticFVExtractorKnowledge, semanticFVExtractorSettings>
The semanticFVExtractor type exposes the following members.
Constructors
Properties
Methods|
| Name | Description |
|---|
 | BuildFeatureVectorDefinition | (Overrides WebFVExtractorBaseT, TSettingsBuildFeatureVectorDefinition.) |
 | DescribeSelf |
Creates multi-line description of current configuration
(Overrides WebFVExtractorBaseT, TSettingsDescribeSelf.) |
 | DoClassification(DocumentSetCaseCollection, DocumentSetCaseCollectionSet, ILogBuilder) |
Does the classification.
(Inherited from WebFVExtractorBaseT, TSettings.) |
 | DoClassification(kFoldValidationCase, classifierTools, ILogBuilder, Boolean) |
Does the classification.
(Inherited from WebFVExtractorBaseT, TSettings.) |
 | DoFVEAndTraining |
Does the training.
(Inherited from WebFVExtractorBaseT, TSettings.) |
 | DoFVExtractionForClass |
Does the training for one class. --- old method
(Inherited from WebFVExtractorBaseT, TSettings.) |
 | DoFVExtractionForClassViaCases |
Does the FVE for category, using case knowledge. This is alternative algorithm, with higher execution time
(Overrides WebFVExtractorBaseT, TSettingsDoFVExtractionForClassViaCases(validationCaseCollection, IDocumentSetClass, kFoldValidationCase, classifierTools, ILogBuilder).) |
 | DoFVPostProcessing |
Performing post processing of FV knowledge
(Overrides WebFVExtractorBaseT, TSettingsDoFVPostProcessing(kFoldValidationCase, classifierTools, ILogBuilder).) |
 | DoMakeKnowledge |
Does the make knowledge.
(Overrides WebFVExtractorBaseT, TSettingsDoMakeKnowledge(ListpipelineTaskMCSiteSubject, classifierTools, T, ILogBuilder).) |
 | DoMakeKnowledgeForCase |
Does the make knowledge for case.
(Inherited from WebFVExtractorBaseT, TSettings.) |
 | DoPostTrainingProcedure |
Does the post training procedure.
(Inherited from WebFVExtractorBaseT, TSettings.) |
 | 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.
(Overrides WebFVExtractorBaseT, TSettingsGetClassification(DocumentSetCase, DocumentSetCaseCollectionSet, ILogBuilder).) |
 | GetFeatureVectorCSSRM |
Gets the feature vector CSSRM.
|
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetShortDescription |
Gets the short description.
|
 | GetShortName |
Gets the short name.
|
 | 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.) |
Top
Extension Methods
See AlsoReference
[!:imbWBI.Core.WebClassifier.wlfClassifier.WebFVExtractorBase<imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractor>]