2 writes to NumFeatures
Microsoft.ML.FastTree (2)
FastTree.cs (2)
2848
NumFeatures
= numFeatures;
2880
NumFeatures
= ctx.Reader.ReadInt32();
9 references to NumFeatures
Microsoft.ML.FastTree (9)
FastTree.cs (9)
2851
Contracts.Assert(
NumFeatures
> MaxSplitFeatIdx);
2853
InputType = new VectorDataViewType(NumberDataViewType.Single,
NumFeatures
);
2882
Host.CheckDecode(
NumFeatures
>= 0);
2891
InputType = new VectorDataViewType(NumberDataViewType.Single,
NumFeatures
);
2907
Host.Assert(
NumFeatures
>= 0);
2908
ctx.Writer.Write(
NumFeatures
);
3151
AnnotationUtils.GetSlotNames(schema, RoleMappedSchema.ColumnRole.Feature,
NumFeatures
, ref names);
3183
AnnotationUtils.GetSlotNames(schema, RoleMappedSchema.ColumnRole.Feature,
NumFeatures
, ref names);
3236
var numFeatures = Math.Max(
NumFeatures
, MaxSplitFeatIdx + 1);