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