3 overrides of
Microsoft.ML.FastTree (3)
Dataset\NHotFeatureFlock.cs (1)
63public override int this[int featureIndex, int rowIndex]
Dataset\OneHotFeatureFlock.cs (1)
87public override int this[int featureIndex, int rowIndex]
Dataset\SingletonFeatureFlock.cs (1)
85public override int this[int featureIndex, int rowIndex]
1 reference to
Microsoft.ML.FastTree (1)
Dataset\FeatureFlock.cs (1)
1073get { return _flockIndexer[_feature, index]; }