1 instantiation of Row
Microsoft.ML.FastTree (1)
Dataset\Dataset.cs (1)
988
public Row this[int row] { get { return new
Row
(this, row); } }
5 references to Row
Microsoft.ML.FastTree (5)
Dataset\Dataset.cs (1)
988
public
Row
this[int row] { get { return new Row(this, row); } }
TreeEnsemble\InternalRegressionTree.cs (2)
700
public virtual double GetOutput(Dataset.RowForwardIndexer.
Row
featureBins)
741
public int GetLeaf(Dataset.RowForwardIndexer.
Row
featureBins)
TreeEnsemble\InternalTreeEnsemble.cs (2)
242
public double GetOutput(Dataset.RowForwardIndexer.
Row
featureBins, int prefix)
283
public double GetOutput(Dataset.RowForwardIndexer.
Row
featureBins)