Class Factor represents a categorical vector in which all elements are drawn from
a finite number of factor levels.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class Factor : ICloneable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class Factor _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Factor : ICloneable |
Remarks
Factors are usually constructed from a data frame column using the GetFactor() method.