public static CategoricalVariable FromDoubleMatrix(
DoubleMatrix value
)Public Shared Function FromDoubleMatrix (
value As DoubleMatrix
) As CategoricalVariablepublic:
static CategoricalVariable^ FromDoubleMatrix(
DoubleMatrix^ value
)static member FromDoubleMatrix :
value : DoubleMatrix -> CategoricalVariable | ArgumentNullException | value is null. |
| ArgumentOutOfRangeException | value is not a column vector. |
| InvalidOperationException | value has two equal entries. -or- value has two rows having the same name. |