6 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;
1 reference to VerNumFeaturesSerialized
Microsoft.ML.FastTree (1)
FastTree.cs (1)
2878if (ctx.Header.ModelVerWritten >= VerNumFeaturesSerialized)