Click or drag to resize
DiscriminantAnalysis Methods

The DiscriminantAnalysis type exposes the following members.

Methods
  NameDescription
Public methodClassify(Double)
Classify a set of observations using the linear or quadratic discriminant functions generated during the training process.
Public methodClassify(Double, Int32)
Classify a set of observations using the linear or quadratic discriminant functions generated during the training process.
Public methodClassify(Double, Int32, Double)
Classify a set of observations and associated frequencies and weights using the linear or quadratic discriminant functions generated during the training process.
Public methodClassify(Double, Int32, Int32)
Classify a set of observations and compare against known groups using the linear or quadratic discriminant functions generated during the training process.
Public methodClassify(Double, Int32, Int32, Double)
Classify a set of observations and associated frequencies and weights using the linear or quadratic discriminant functions generated during the training process.
Public methodClassify(Double, Int32, Int32, Int32, Double)
Classify a set of observations, associated frequencies and weights, and compare against known groups using the linear or quadratic discriminant functions generated during the training process.
Public methodDowndate(Double, Int32)
Removes a set of observations from the discriminant functions.
Public methodDowndate(Double, Int32, Int32)
Removes a set of observations from the discriminant functions.
Public methodDowndate(Double, Int32, Int32, Double)
Removes a set of observations and associated frequencies and weights from the discriminant functions.
Public methodDowndate(Double, Int32, Int32, Int32, Double)
Removes a set of observations and associated frequencies and weights from the discriminant functions.
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 methodGetClassMembership
Returns the group number to which the observation was classified.
Public methodGetClassTable
Returns the classification table.
Public methodGetCoefficients
Returns the linear discriminant function coefficients.
Public methodGetCovariance
Returns the array of covariances.
Public methodGetGroupCounts
Returns the group counts.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMahalanobis
Returns the Mahalanobis distances between the group means.
Public methodGetMeans
Returns the variable means.
Public methodGetPrior
Returns the prior probabilities.
Public methodGetProbability
Returns the posterior probabilities for each observation.
Public methodGetStatistics
Returns statistics.
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 methodSetPrior
Specifies user supplied prior probabilities.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also