Returns a new model input containing only the specified rows.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ModelInput this[
Vector<int> indexes
] { get; }
Public ReadOnly Default Property Item (
indexes As Vector(Of Integer)
) As ModelInput
Get
public:
property ModelInput^ default[Vector<int>^ indexes] {
ModelInput^ get (Vector<int>^ indexes);
}
member Item : ModelInput with get
Parameters
- indexes
- Type: Extreme.MathematicsVectorInt32
A vector of integer indexes of the rows to return.
Return Value
Type:
ModelInput
Reference