Click or drag to resize

MarginalEffectsParameterCalcCategoricalVarIndices Property

Gets the categorical parameter indices. The ith element of of the returned list contains the indices of the design variables for the ith categorical variable. CategoricalVarIndices[i][j] = the index of the jth design variable of the ith predictor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IList<List<int>> CategoricalVarIndices { get; }

Property Value

IListListInt32
See Also