Package | Description |
---|---|
org.apache.flink.ml.api.core |
Modifier and Type | Method and Description |
---|---|
Pipeline |
Pipeline.appendStage(org.apache.flink.ml.api.core.PipelineStage stage)
Appends a PipelineStage to the tail of this pipeline.
|
Pipeline |
Pipeline.fit(TableEnvironment tEnv,
Table input)
Train the pipeline to fit on the records in the given
Table . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.