public static DoubleMatrix ToDoubleMatrix(
CategoricalVariable value
)
Public Shared Function ToDoubleMatrix (
value As CategoricalVariable
) As DoubleMatrix
public:
static DoubleMatrix^ ToDoubleMatrix(
CategoricalVariable^ value
)
static member ToDoubleMatrix :
value : CategoricalVariable -> DoubleMatrix
The variable is converted to a column vector whose number of rows equals the number of categories in the variable. Each row corresponds to a category, whose label is the row name, while the category code is the matrix entry in the row. The name of the matrix is set equal to the variable name.
ArgumentNullException | value is null. |