Crate randomforests

Source

Structs§

DecisionTree
Implements a DecisionTree.
RandomForest
Implements an ensemble of DecisionTrees.
TreeConfig
DecisionTree creation parameters.
Value
Value encapsulates an attribute’s value as a data String.

Type Aliases§

Dataset
A collection of items represented as a Vec<Item>.
Item
A Map representing a collection of attributes (as keys) with their respective values (as Values).