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