Click or drag to resize

semanticFVExtractor Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Classifier
Inheritance Hierarchy
SystemObject
  imbWBI.Core.WebClassifier.wlfClassifierWebFVExtractorCommonBasesemanticFVExtractorKnowledge
    imbWBI.Core.WebClassifier.wlfClassifierWebFVExtractorBasesemanticFVExtractorKnowledge, semanticFVExtractorSettings
      imbWBI.Core.WebClassifier.wlfClassifiersemanticFVExtractor

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class semanticFVExtractor : WebFVExtractorBase<semanticFVExtractorKnowledge, semanticFVExtractorSettings>

The semanticFVExtractor type exposes the following members.

Constructors
  NameDescription
Public methodsemanticFVExtractor
Initializes a new instance of the semanticFVExtractor class
Top
Properties
  NameDescription
Public propertychunkTableConstructor
Public propertyclasses
Gets or sets the classes.
(Inherited from WebFVExtractorCommonBaseT.)
Public propertyCloudConstructor
Public propertycosineSemanticSimilarity
Public propertydescription
Gets or sets the description.
(Inherited from WebFVExtractorBaseT, TSettings.)
Public propertydoUseOptimizedClassKnowledgeBuilding
Gets or sets a value indicating whether to use alternative algorithm for category knowledge construction
(Inherited from WebFVExtractorBaseT, TSettings.)
Public propertyname
Gets or sets the name.
(Inherited from WebFVExtractorBaseT, TSettings.)
Public propertyrndSeed (Inherited from WebFVExtractorBaseT, TSettings.)
Public propertysemanticSimilarity
Public propertysettings
Settings of the unit
(Inherited from WebFVExtractorBaseT, TSettings.)
Public propertySVMChunkSimilarity
Public propertySVMSimilarity
Public propertytermTableConstructor
Top
Methods
  NameDescription
Public methodBuildFeatureVectorDefinition (Overrides WebFVExtractorBaseT, TSettingsBuildFeatureVectorDefinition.)
Public methodDescribeSelf
Creates multi-line description of current configuration
(Overrides WebFVExtractorBaseT, TSettingsDescribeSelf.)
Public methodDoClassification(DocumentSetCaseCollection, DocumentSetCaseCollectionSet, ILogBuilder)
Does the classification.
(Inherited from WebFVExtractorBaseT, TSettings.)
Public methodDoClassification(kFoldValidationCase, classifierTools, ILogBuilder, Boolean)
Does the classification.
(Inherited from WebFVExtractorBaseT, TSettings.)
Public methodDoFVEAndTraining
Does the training.
(Inherited from WebFVExtractorBaseT, TSettings.)
Public methodDoFVExtractionForClass
Does the training for one class. --- old method
(Inherited from WebFVExtractorBaseT, TSettings.)
Public methodDoFVExtractionForClassViaCases
Does the FVE for category, using case knowledge. This is alternative algorithm, with higher execution time
(Overrides WebFVExtractorBaseT, TSettingsDoFVExtractionForClassViaCases(validationCaseCollection, IDocumentSetClass, kFoldValidationCase, classifierTools, ILogBuilder).)
Public methodDoFVPostProcessing
Performing post processing of FV knowledge
(Overrides WebFVExtractorBaseT, TSettingsDoFVPostProcessing(kFoldValidationCase, classifierTools, ILogBuilder).)
Public methodDoMakeKnowledge
Does the make knowledge.
(Overrides WebFVExtractorBaseT, TSettingsDoMakeKnowledge(ListpipelineTaskMCSiteSubject, classifierTools, T, ILogBuilder).)
Public methodDoMakeKnowledgeForCase
Does the make knowledge for case.
(Inherited from WebFVExtractorBaseT, TSettings.)
Protected methodDoPostTrainingProcedure
Does the post training procedure.
(Inherited from WebFVExtractorBaseT, TSettings.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetClassification
Gets the classification.
(Overrides WebFVExtractorBaseT, TSettingsGetClassification(DocumentSetCase, DocumentSetCaseCollectionSet, ILogBuilder).)
Public methodGetFeatureVectorCSSRM
Gets the feature vector CSSRM.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetShortDescription
Gets the short description.
Public methodGetShortName
Gets the short name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodSetTW
Sets the tw.
(Defined by experimentSetupExtensions.)
Top
See Also

Reference

[!:imbWBI.Core.WebClassifier.wlfClassifier.WebFVExtractorBase<imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractor>]