Class GDBOnTreesClassificationExportImportExample
- java.lang.Object
-
- org.apache.ignite.examples.ml.inference.exchange.GDBOnTreesClassificationExportImportExample
-
public class GDBOnTreesClassificationExportImportExample 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 GDBOnTreesClassificationExportImportExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Run example.
-