3 references to None
Microsoft.ML.FastTree (3)
FastTreeArguments.cs (2)
453
public Bundle Bundling = Bundle.
None
;
639
ectx.CheckUserArg(Bundle.
None
<= Bundling && Bundling <= Bundle.Adjacent, nameof(Bundling), "Must be between 0 and 2.");
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
679
if (Bundling == Bundle.
None
)