Click or drag to resize

SubsetGetGroupings(Factor, Factor, Factor) Method

Returns a two-dimensional jagged array of subsets containing the indices for each combination of levels in the three given factors.

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

Parameters

f1  Factor
A factor.
f2  Factor
A factor.
f3  Factor
A factor.

Return Value

Subset
A two-dimensional jagged array of subsets containing the indices for each combination of levels in the three given factors.
See Also