9 overrides of VerNumFeaturesSerialized
Microsoft.ML.FastTree (6)
FastTreeClassification.cs (1)
65private protected override uint VerNumFeaturesSerialized => 0x00010002;
FastTreeRanking.cs (1)
1047private protected override uint VerNumFeaturesSerialized => 0x00010002;
FastTreeRegression.cs (1)
495private protected override uint VerNumFeaturesSerialized => 0x00010002;
FastTreeTweedie.cs (1)
505private protected override uint VerNumFeaturesSerialized => 0x00010001;
RandomForestClassification.cs (1)
80private protected override uint VerNumFeaturesSerialized => 0x00010003;
RandomForestRegression.cs (1)
171private protected override uint VerNumFeaturesSerialized => 0x00010003;
Microsoft.ML.LightGbm (3)
LightGbmBinaryTrainer.cs (1)
54private protected override uint VerNumFeaturesSerialized => 0x00010002;
LightGbmRankingTrainer.cs (1)
51private protected override uint VerNumFeaturesSerialized => 0x00010002;
LightGbmRegressionTrainer.cs (1)
49private protected override uint VerNumFeaturesSerialized => 0x00010002;
1 reference to VerNumFeaturesSerialized
Microsoft.ML.FastTree (1)
FastTree.cs (1)
2878if (ctx.Header.ModelVerWritten >= VerNumFeaturesSerialized)