2 overrides of GetMinBorder
Microsoft.ML.FastTree (2)
Dataset\FeatureFlock.cs (1)
1280protected override int GetMinBorder(int featureIndex)
Dataset\SingletonFeatureFlock.cs (1)
147protected override int GetMinBorder(int featureIndex)
13 references to GetMinBorder
Microsoft.ML.FastTree (13)
Dataset\FeatureFlock.cs (13)
183int min = GetMinBorder(subfeatureIndex); 267int min = GetMinBorder(subfeatureIndex); 347int min = GetMinBorder(subfeature); 359double gradientA = GetBinGradient(GetMinBorder(a - featureMin), learner.Bias); 360double gradientB = GetBinGradient(GetMinBorder(b - featureMin), learner.Bias); 406Contracts.Assert(GetMaxBorder(subfeature) == GetMinBorder(subfeature)); 408var binStats = GetBinStats(GetMinBorder(subfeature)); 527int min = GetMinBorder(subfeature); 550Contracts.Assert(GetMaxBorder(subfeature) == GetMinBorder(subfeature)); 552var binStats = GetBinStats(GetMinBorder(subfeature)); 723int min = GetMinBorder(subfeature); 746Contracts.Assert(GetMaxBorder(subfeature) == GetMinBorder(subfeature)); 748var binStats = GetBinStats(GetMinBorder(subfeature));