DiscriminantAnalysis.GetProbability Method |
Returns the posterior probabilities for each observation.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double[,] GetProbability()
Public Function GetProbability As Double(,)
public:
array<double,2>^ GetProbability()
member GetProbability : unit -> float[,]
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.
RemarksAn InvalidOperationException is thrown if no data has been classified.
See Also