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