1 write to _weights
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1771_weights = data.Schema.Weight != null ? new List<double>() : null;
4 references to _weights
Microsoft.ML.FastTree (4)
FastTree.cs (4)
1878if (_weights != null) 1879_weights.Add(cursor.Weight); 2362if (_weights != null) 2363ds.SampleWeights = _weights.ToArray();