3 references to LoadNameValue
Microsoft.ML.FastTree (3)
GamRegression.cs (3)
17GamRegressionTrainer.LoadNameValue,
78: base(env, options, LoadNameValue, TrainerUtils.MakeR4ScalarColumn(options.LabelColumnName)) { }
97: base(env, LoadNameValue, TrainerUtils.MakeR4ScalarColumn(labelColumnName), featureColumnName, rowGroupColumnName, numberOfIterations, learningRate, maximumBinCountPerFeature)