Package org.apache.ignite.examples.ml.tree.randomforest
Random forest examples.
-
Class Summary Class Description RandomForestClassificationExample Example represents a solution for the task of wine classification based on a Random Forest implementation for multi-classification.RandomForestRegressionExample Example represents a solution for the task of price predictions for houses in Boston based on a Random Forest implementation for regression.