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