Click or drag to resize

CategoricalDataSetDisjoin Method

Disjoins the data of the CategoricalDataSet.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public DoubleMatrix Disjoin()

Return Value

Type: DoubleMatrix
The disjunctive matrix representing the data of the CategoricalDataSet.
Remarks
The data in a categorical dataset can be represented in disjunctive form by means of a matrix having as many rows as the number of individuals in the dataset, while its number of columns is equal to the sum of the categories in each dataset variable. For a given row-column pair, the matrix has entry equal to 1 if the category corresponding to the given column has been observed at the individual corresponding to the given row, otherwise the entry is zero.
See Also