K - Type of a key in upstream data.V - Type of a value in upstream data.public final class PipelineMdl<K,V> extends Object implements IgniteModel<Vector,Double>, DeployableObject
Pipeline.| Constructor and Description |
|---|
PipelineMdl() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getDependencies()
Returns dependencies of this object that can be object with class defined by client side and unknown for server.
|
IgniteModel<Vector,Double> |
getInternalMdl() |
Preprocessor<K,V> |
getPreprocessor() |
Double |
predict(Vector vector)
Make a prediction for the specified input arguments.
|
String |
toString() |
PipelineMdl<K,V> |
withInternalMdl(IgniteModel<Vector,Double> internalMdl) |
PipelineMdl<K,V> |
withPreprocessor(Preprocessor<K,V> preprocessor) |
public Double predict(Vector vector)
Modelpublic Preprocessor<K,V> getPreprocessor()
public IgniteModel<Vector,Double> getInternalMdl()
public PipelineMdl<K,V> withInternalMdl(IgniteModel<Vector,Double> internalMdl)
public PipelineMdl<K,V> withPreprocessor(Preprocessor<K,V> preprocessor)
public List<Object> getDependencies()
getDependencies in interface DeployableObject
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025