The Factor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Factor | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this Factor.
| |
| DataToString |
Returns a formatted string representation of the data of this factor.
| |
| Equals | (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
| Name | Description | |
|---|---|---|
| Implicit | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| 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.
|