Package | Description |
---|---|
org.apache.flink.ml.api.core | |
org.apache.flink.ml.pipeline |
Class and Description |
---|
Estimator
Estimators are
PipelineStage s responsible for training and generating machine learning
models. |
Model
A model is an ordinary
Transformer except how it is created. |
Pipeline
A pipeline is a linear workflow which chains
Estimator s and Transformer s to
execute an algorithm. |
Transformer |
Class and Description |
---|
Estimator
Estimators are
PipelineStage s responsible for training and generating machine learning
models. |
Model
A model is an ordinary
Transformer except how it is created. |
Transformer |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.