Click or drag to resize

CategoricalDataSetData Property

Gets the matrix of category codes in the CategoricalDataSet.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public ReadOnlyDoubleMatrix Data { get; }

Property Value

Type: ReadOnlyDoubleMatrix
The matrix of category codes in the CategoricalDataSet.
Remarks
Each matrix column is associated to one of the categorical variables under study, while the rows of the matrix are associated to the individuals at which the variables have been observed. This implies that individuals can be identified by their corresponding row indexes, and variables by their column indexes.
See Also