Class GDBOnTreesClassificationTrainerExample
- java.lang.Object
-
- org.apache.ignite.examples.ml.tree.boosting.GDBOnTreesClassificationTrainerExample
-
public class GDBOnTreesClassificationTrainerExample extends java.lang.ObjectExample represents a solution for the task of classification learning based on Gradient Boosting on trees implementation. It shows an initialization ofGDBBinaryClassifierOnTreesTrainer, initialization of Ignite Cache, learning step and comparing of predicted and real values.In this example dataset is created automatically by meander function
f(x) = [sin(x) > 0].
-
-
Constructor Summary
Constructors Constructor Description GDBOnTreesClassificationTrainerExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... args)Run example.
-