Package org.apache.ignite.example.ml.custom
package org.apache.ignite.example.ml.custom
-
ClassesClassDescriptionCustomBatchComputeJob<I extends org.gridgain.ml.model.MlBatchJobParameters,
O> Compute job for Batch Custom ML predictions.CustomComputeJob<I extends org.gridgain.ml.model.MlSimpleJobParameters,O> Compute job for Custom ML predictions.Defines the input structure for custom ML model inference.CustomInputMarshaller<I extends org.gridgain.ml.model.MlJobParameters>A standard Marshaller for all input types for ML.Represents the output of a custom ML model inference.Handles serialization and deserialization of lists of custom ML outputs.A standard Marshaller for all list based output types for ML.Custom translator for processing model input and output for custom ML inference.Factory for creating instances ofCustomTranslator.