Click or drag to resize

SubsetGetGroupings(Factor) Method

Returns an array of subsets containing the indices for each level of the given factor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static Subset[] GetGroupings(
	Factor f
)

Parameters

f  Factor
A factor.

Return Value

Subset
An array of subsets containing the indices for each level of the given factor.
See Also