1 override of CheckOptions
Microsoft.ML.FastTree (1)
BoostingFastTree.cs (1)
34private protected override void CheckOptions(IChannel ch)
4 references to CheckOptions
Microsoft.ML.FastTree (4)
BoostingFastTree.cs (1)
60base.CheckOptions(ch);
FastTree.cs (1)
222CheckOptions(ch);
RandomForestClassification.cs (1)
268CheckOptions(ch);
RandomForestRegression.cs (1)
401CheckOptions(ch);