public static explicit operator DoubleMatrix (
CategoricalVariable value
)
Public Shared Narrowing Operator CType (
value As CategoricalVariable
) As DoubleMatrix
static explicit operator DoubleMatrix^ (
CategoricalVariable^ value
)
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. |