CategoricalDataSetData Property

Gets the matrix of category codes in the CategoricalDataSet.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public ReadOnlyDoubleMatrix Data { get; }

Property Value

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