| 程序包 | 说明 |
|---|---|
| org.apache.flink.ml.pipeline |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PipelineStageBase<S extends PipelineStageBase<S>>
The base class for a stage in a pipeline, either an [[EstimatorBase]] or a [[TransformerBase]].
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
EstimatorBase<E extends EstimatorBase<E,M>,M extends ModelBase<M>>
The base class for estimator implementations.
|
class |
ModelBase<M extends ModelBase<M>>
The base class for a machine learning model.
|
class |
TransformerBase<T extends TransformerBase<T>>
The base class for transformer implementations.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.