The Factor type exposes the following members.

Constructors

  NameDescription
FactorOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this Factor.
DataToString
Returns a formatted string representation of the data of this factor.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LevelsToString
Returns a formatted string representation of the levels of this factor.
ToString
Returns a formatted string representation of this factor.
(Overrides Object..::.ToString()()().)

Operators

  NameDescription
ImplicitOverloaded.

Properties

  NameDescription
Data
Gets the categorical data for this factor.
Item
Gets the element at the given index.
Length
Gets the length of the data vector for this factor.
Levels
Gets the levels of this factor.
Name
Gets and set the name of this factor.
NumberOfLevels
Gets the number of levels in this factor.

See Also