Click or drag to resize
DiscriminantAnalysisGetProbability Method
Returns the posterior probabilities for each observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[,] GetProbability()

Return Value

Type: Double
An nGroups.GetLength(0) by nGroupsdouble matrix containing the posterior probabilities for each observation. Note this will return the probabilities of the last set of observations classified.
Remarks
An InvalidOperationException is thrown if no data has been classified.
See Also