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)
1878
if (
_weights
!= null)
1879
_weights
.Add(cursor.Weight);
2362
if (
_weights
!= null)
2363
ds.SampleWeights =
_weights
.ToArray();