Class Factor represents a categorical vector in which all elements are drawn from a finite number of factor levels.

Namespace:  CenterSpace.NMath.Stats
Assembly:  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.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.Factor

See Also