1 write to InputLength
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
233
InputLength
= context.TrainingSet.Schema.Feature.Value.Type.GetValueCount();
2 references to InputLength
Microsoft.ML.FastTree (2)
GamClassification.cs (1)
141
BinUpperBounds, BinEffects, MeanEffect,
InputLength
, FeatureMap);
GamRegression.cs (1)
109
return new GamRegressionModelParameters(Host, BinUpperBounds, BinEffects, MeanEffect,
InputLength
, FeatureMap);