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