2 writes to GtValue
Microsoft.ML.FastTree (2)
GamTrainer.cs (2)
580_subGraph.Splits[globalFeatureIndex][iteration].GtValue = GamTrainerOptions.LearningRate * splitinfo.GTOutput; 677GtValue = gtValue;
2 references to GtValue
Microsoft.ML.FastTree (2)
GamTrainer.cs (2)
413scores[doc] += _subGraph.Splits[featureIndex][iteration].GtValue; 458BinEffects[featureIndex][bin] += _subGraph.Splits[featureIndex][iteration].GtValue;