  | SubsetGetGroupings(Factor) Method | 
            Returns an array of subsets containing the indices for each level of
            the given factor.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static Subset[] GetGroupings(
	Factor f
)
Public Shared Function GetGroupings ( 
	f As Factor
) As Subset()
public:
static array<Subset^>^ GetGroupings(
	Factor^ f
)
static member GetGroupings : 
        f : Factor -> Subset[] Parameters
- f  Factor
 - A factor.
 
Return Value
SubsetAn array of subsets containing the indices for each level of
            the given factor.
See Also