Click or drag to resize

FactorData Property

Gets the categorical data for this factor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int[] Data { get; }

Property Value

Int32
Remarks
Each element in the returned integer array is an index into this.Levels.
See Also