| Class | Description |
|---|---|
| IntRandomForest |
An implementation of the RandomForest clustering algorithm proposed by Jurie et al.
|
| RandomDecision |
A single decision node of a RandomForest tree.
|
| RandomDecisionTree |
A tree of
RandomDecision nodes used for constructing a string of bits which represent a cluster
point for a single data point |