1 write to BinUpperBounds
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
544
BinUpperBounds
= new double[TrainSet.NumFeatures][];
3 references to BinUpperBounds
Microsoft.ML.FastTree (3)
GamClassification.cs (1)
141
BinUpperBounds
, BinEffects, MeanEffect, InputLength, FeatureMap);
GamRegression.cs (1)
109
return new GamRegressionModelParameters(Host,
BinUpperBounds
, BinEffects, MeanEffect, InputLength, FeatureMap);
GamTrainer.cs (1)
568
BinUpperBounds
[i] = newBinBoundaries.ToArray();