Overload List

  NameDescription
Factor(array<Object>[]()[])
Constructs a Factor instance from the given array of objects.
Factor(array<Object>[]()[], array<Int32>[]()[])
Constructs a Factor instance from the given array of factor levels, and the given data array consisting of indices into the factor levels.
Factor(array<Object>[]()[], array<Object>[]()[])
Constructs a Factor instance from the given array of objects, using the given factor levels.
Factor(array<Object>[]()[], String)
Constructs a Factor instance from the given array of objects.
Factor(array<Object>[]()[], array<Int32>[]()[], String)
Constructs a Factor instance with the specified name from the given array of factor levels, and the given data array consisting of indices into the factor levels.
Factor(array<Object>[]()[], array<Object>[]()[], String)
Constructs a Factor instance from the given array of objects, using the given factor levels.

See Also