Represents the common methods and properties for indexed collections that contain categorical data.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public interface ICategoricalVector : IVector,
IGrouping
Public Interface ICategoricalVector
Inherits IVector, IGrouping
public interface class ICategoricalVector : IVector,
IGrouping
type ICategoricalVector =
interface
interface IVector
interface IGrouping
end
The ICategoricalVector type exposes the following members.
| Name | Description |
---|
 | CategoryIndex |
Gets the index containing the categories.
|
 | Count |
Gets the number of groups.
(Inherited from IGrouping.) |
 | ElementType |
Gets the element type of the vector.
(Inherited from IVector.) |
 | Encoding |
Gets or sets the encoding used when creating indicator variables.
|
 | FormatString |
Gets a format string used when formatting elements of the vector.
(Inherited from IVector.) |
 | Index |
Gets the index of the object.
(Inherited from IVector.) |
 | Length |
Gets the length of the vector.
(Inherited from IVector.) |
 | LevelIndexes |
Gets a vector that contains the level indexes of the elements.
|
 | Name |
Gets the name of the object.
(Inherited from IVector.) |
Top
Top
Top
Reference