Click or drag to resize

WebFVExtractorBaseT, TSettings Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Base class for Feature Vector Extractor unit
Inheritance Hierarchy
SystemObject
  imbWBI.Core.WebClassifier.wlfClassifierWebFVExtractorCommonBaseT
    imbWBI.Core.WebClassifier.wlfClassifierWebFVExtractorBaseT, TSettings
      imbWBI.Core.WebClassifier.wlfClassifiersemanticFVExtractor

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public abstract class WebFVExtractorBase<T, TSettings> : WebFVExtractorCommonBase<T>, 
	IWebFVExtractor
where T : class, new(), IWebFVExtractorKnowledge
where TSettings : class, new(), IFVExtractorSettings

Type Parameters

T
TSettings
The type of the settings.

The WebFVExtractorBaseT, TSettings type exposes the following members.

Constructors
  NameDescription
Protected methodWebFVExtractorBaseT, TSettings
Initializes a new instance of the WebFVExtractorBaseT, TSettings class
Top
Properties
  NameDescription
Public propertyclasses
Gets or sets the classes.
(Inherited from WebFVExtractorCommonBaseT.)
Public propertydescription
Gets or sets the description.
Public propertydoUseOptimizedClassKnowledgeBuilding
Gets or sets a value indicating whether to use alternative algorithm for category knowledge construction
Public propertyname
Gets or sets the name.
Public propertyrndSeed
Public propertysettings
Settings of the unit
Top
Methods
  NameDescription
Public methodBuildFeatureVectorDefinition
Builds the feature vector definition.
Public methodDescribeSelf
Describes self in multiple lines. Description contains the most important settings and way of operation
Public methodDoClassification(DocumentSetCaseCollection, DocumentSetCaseCollectionSet, ILogBuilder)
Does the classification.
Public methodDoClassification(kFoldValidationCase, classifierTools, ILogBuilder, Boolean)
Does the classification.
Public methodDoFVEAndTraining
Does the training.
Public methodDoFVExtractionForClass
Does the training for one class. --- old method
Public methodDoFVExtractionForClassViaCases
Does the FVE for category, using case knowledge. This is alternative algorithm, with higher execution time
Public methodDoFVPostProcessing
Does the FeatureVector knowledge post-processing.
Public methodDoMakeKnowledge
Does the make knowledge.
Public methodDoMakeKnowledgeForCase
Does the make knowledge for case.
Protected methodDoPostTrainingProcedure
Does the post training procedure.
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.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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
See Also