Class TrainingWithCustomPreprocessorsExample
- java.lang.Object
-
- org.apache.ignite.examples.ml.environment.TrainingWithCustomPreprocessorsExample
-
public class TrainingWithCustomPreprocessorsExample extends java.lang.ObjectThis example demonstrates an ability of using custom client classes in cluster in case of absence of these classes on server nodes. Preprocessors (seePreprocessor, preprocessor trainers (seePreprocessingTrainerand vectorizers (seeVectorizer) can be defined in client code and deployed to server nodes during training phase.For demonstrating of deployment abilities of ml-related classes you can run this example with binary build. NOTE: This binary build should be run with copied basic ml libs from optional directory (ignite-ml at least).
-
-
Constructor Summary
Constructors Constructor Description TrainingWithCustomPreprocessorsExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Run example.
-