CategoricalDataSetData Property
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public ReadOnlyDoubleMatrix Data { get; }
Public ReadOnly Property Data As ReadOnlyDoubleMatrix
Get
public:
property ReadOnlyDoubleMatrix^ Data {
ReadOnlyDoubleMatrix^ get ();
}
member Data : ReadOnlyDoubleMatrix with get
Property Value
ReadOnlyDoubleMatrix
The matrix of category codes in the
CategoricalDataSet.
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.