The ICategoricalVector type exposes the following members.
| Name | Description |
---|
 | AggregateIntoT, U(VectorT, AggregatorT, U, VectorU) |
Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping.) |
 | AggregateIntoT, U(VectorT, VectorT, Aggregator2T, U, VectorU) |
Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping.) |
 | Append |
Appends a vector at the end of this vector and returns the result.
(Inherited from IVector.) |
 | AppendMissingValues |
Appends the specified number of missing values to this vector
and returns the result.
(Inherited from IVector.) |
 | AsU |
Returns the object as a strongly typed vector of the specified type.
(Inherited from IVector.) |
 | AsCategorical |
Converts the vector to a categorical vector.
(Inherited from IVector.) |
 | FillMissingValues |
Replaces all missing values in a vector with the previous or next non-missing value.
(Inherited from IVector.) |
 | GetIndexes |
Gets a sequence of indexes for the grouping.
(Inherited from IGrouping.) |
 | GetJoinInfoWith |
Infrastructure. Computes the information necessary to join
the object with another indexed object.
(Inherited from IVector.) |
 | GetValue |
Gets the value at the specified index.
(Inherited from IVector.) |
 | GetValues(Int32) |
Returns a new object that contains the values at the specified positions.
(Inherited from IVector.) |
 | GetValues(Int32, Int32, Int32) |
Returns a new object that contains the values at the specified positions.
(Inherited from IVector.) |
 | IsMissing |
Indicates whether the value at the specified index is missing.
(Inherited from IVector.) |
 | SetLevelIndicatorInto | |
 | Sort |
Returns a permutation that can be used to sort the data in the vector in the specified order.
(Inherited from IVector.) |
Top
| Name | Description |
---|
 | UnstackR, C |
Transforms a vector with a two-level index into a data frame whose columns
correspond to the second level in the index.
(Defined by DataFrame.) |
Top
Reference