1 write to Bins
Microsoft.ML.FastTree (1)
Dataset\FeatureFlock.cs (1)
1177Bins = bins;
11 references to Bins
Microsoft.ML.FastTree (11)
Dataset\FeatureFlock.cs (3)
1115public override int Examples => Bins.Length; 1206return Bins.SizeInBytes() 1238Hist = new FeatureHistogram(_flock.Bins, _flock.HotFeatureStarts[_flock.Count], hasWeights);
Dataset\NHotFeatureFlock.cs (3)
60_nextIndex = _flock.Bins.Length; 68Contracts.Assert(0 <= rowIndex && rowIndex < _flock.Bins.Length); 75_nextIndex = _flock.Bins.Length;
Dataset\OneHotFeatureFlock.cs (4)
24return Bins.Split(assignment) 33return new Dense0BitIntArray(Bins.Length); 34return new Indexer(Bins.GetIndexer(), HotFeatureStarts[featureIndex], 104_indexer = _flock.Bins.GetIndexer();
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
314Partitioning.Split(bestLeaf, (TrainData.Flocks[bestSplitInfo.Flock] as OneHotFeatureFlock)?.Bins, CategoricalThresholds, gtChild);