Click or drag to resize
MultiClassification Methods

The MultiClassification type exposes the following members.

Methods
  NameDescription
Public methodComputeStatistics
Computes classification statistics for the supplied network patterns and their associated classifications.
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 methodGetHashCode
Serves as a hash function for a particular type.
(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 methodPredictedClass
Calculates the classification probablities for the input pattern x, and returns the class with the highest probability.
Public methodProbabilities
Returns classification probabilities for the input pattern x.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrain
Trains the classification neural network using supplied training patterns.
Top
See Also