Package | Description |
---|---|
org.apache.ignite.ml.pipeline |
Contains Pipeline API.
|
Modifier and Type | Method and Description |
---|---|
PipelineMdl<K,V> |
Pipeline.fit(DatasetBuilder datasetBuilder)
Fits the pipeline to the input dataset builder.
|
PipelineMdl<K,V> |
Pipeline.fit(Ignite ignite,
IgniteCache<K,V> cache)
Fits the pipeline to the input cache.
|
PipelineMdl<K,V> |
Pipeline.fit(Map<K,V> data,
int parts)
Fits the pipeline to the input mock data.
|
PipelineMdl<K,V> |
PipelineMdl.withInternalMdl(IgniteModel<Vector,Double> internalMdl) |
PipelineMdl<K,V> |
PipelineMdl.withPreprocessor(Preprocessor<K,V> preprocessor) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024