Click or drag to resize

CategoricalEntailmentEnsembleClassifier Methods

The CategoricalEntailmentEnsembleClassifier type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds to this instance a CategoricalEntailment object having the specified premises on feature variables, derived response category, and truth value.
Public methodAddTrained
Adds a number of new categorical entailments by training them together with the entailments currently included in this instance. Training happens on the specified features and response categorical variables in a given data set.
Public methodClassify
Classifies the categorical items in the specified data set.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberEvaluateAccuracy
Returns the accuracy of a predicted classification with respect to an actual one.
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 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.)
Public methodStatic memberTrain
Initializes a new instance of the CategoricalEntailmentEnsembleClassifier class by training an ensemble of categorical entailments on the specified features and response categorical variables in a given data set.
Top
See Also