Class DecisionTreeClassificationTrainerSQLInferenceExample
- java.lang.Object
-
- org.apache.ignite.examples.ml.sql.DecisionTreeClassificationTrainerSQLInferenceExample
-
public class DecisionTreeClassificationTrainerSQLInferenceExample extends java.lang.ObjectExample of using distributedDecisionTreeClassificationTraineron a data stored in SQL table and inference made as SQL select query.
-
-
Constructor Summary
Constructors Constructor Description DecisionTreeClassificationTrainerSQLInferenceExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Run example.
-