Node.fit

Undocumented in source.
struct Node
void
fit
(
Decision
Xs
Ys
)
(
Xs xs
,
Ys ys
)
out { import std.array : array; import std.algorithm : sort; assert (sort(this.left.index ~ this.right.index).array == this.index); }

Meta