Click or drag to resize
Accord.NET (logo)

DiscriminantAnalysisClass Properties

The DiscriminantAnalysisClass type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of observations inside this class.
Public propertyIndex
Gets the Index of this class on the original analysis collection.
Public propertyIndices Obsolete.
Gets the indices of the rows in the original data which belong to this class.
Public propertyMean
Gets the class' mean vector.
Public propertyNumber
Gets the number labeling this class.
Public propertyPrevalence
Gets the prevalence of the class on the original data set.
Public propertyProjectionMean
Gets the feature-space means of the projected data.
Public propertyScatter
Gets the Scatter matrix for this class.
Public propertyStandardDeviation
Gets the class' standard deviation vector.
Public propertySubset Obsolete.
Gets the subset of the original data spawned by this class.
Top
See Also