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