2 overrides of NumExamples
Microsoft.ML.FastTree (2)
FastTree.cs (2)
1264public override int NumExamples { get { return _numExamples; } } 1754public override int NumExamples
6 references to NumExamples
Microsoft.ML.FastTree (6)
FastTree.cs (6)
1035values.CopyTo(NumExamples, ref temp); 1098IntArrayType type = hotCount < (1 - sparsifyThreshold) * NumExamples 1101IntArray bins = IntArray.New(NumExamples, type, flockBits, binnedValues); 1172IntArrayType type = hotCount < (1 - sparsifyThreshold) * NumExamples 1175IntArray bins = IntArray.New(NumExamples, type, flockBits, binnedValues); 2753ch.Info("Processed {0} instances", convData.NumExamples);