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