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)
1815
double rowCountDbl = (double?)
_data
.Data.GetRowCount() ?? double.NaN;
1824
hasGroup =
_data
.Schema.Group != null;
1831
if (
_data
.Schema.Group != null)
1832
ch.Warning("This is not ranking problem, Group Id '{0}' column will be ignored",
_data
.Schema.Group.Value.Name);
1835
if (
_data
.Schema.Weight.HasValue)
1838
using (var cursor = new FloatLabelCursor(
_data
, curOptions))