1 write to _data
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1763_data = data;
6 references to _data
Microsoft.ML.FastTree (6)
FastTree.cs (6)
1815double rowCountDbl = (double?)_data.Data.GetRowCount() ?? double.NaN; 1824hasGroup = _data.Schema.Group != null; 1831if (_data.Schema.Group != null) 1832ch.Warning("This is not ranking problem, Group Id '{0}' column will be ignored", _data.Schema.Group.Value.Name); 1835if (_data.Schema.Weight.HasValue) 1838using (var cursor = new FloatLabelCursor(_data, curOptions))