Bundle Core machine learning types: the seedable Random generator, Matrix2D linear algebra and activations, matrix reference holders, the NeuralNetwork and CSV-backed MatrixReader. Compile with -lib ml.
TreeNode
A node in a DecisionTree: either a leaf carrying a boolean prediction, or an internal node that branches on a boolean feature (false -> left, true -> right).