2 references to OneDalUtils
Microsoft.ML.FastTree (2)
RandomForestClassification.cs (1)
281
long n =
OneDalUtils
.GetTrainData(ch, cursorFactory, ref featuresList, ref labelsList, featureCount);
RandomForestRegression.cs (1)
413
long n =
OneDalUtils
.GetTrainData(ch, cursorFactory, ref featuresList, ref labelsList, featureCount);