| 程序包 | 说明 |
|---|---|
| org.apache.flink.ml.operator.batch | |
| org.apache.flink.ml.operator.batch.source | |
| org.apache.flink.ml.pipeline |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BatchOperator<T extends BatchOperator<T>>
Base class of batch algorithm operators.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<B extends BatchOperator<?>> |
BatchOperator.link(B next)
Link to another
BatchOperator. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static BatchOperator<?> |
BatchOperator.checkAndGetFirst(BatchOperator<?>... inputs) |
static BatchOperator<?> |
BatchOperator.fromTable(org.apache.flink.table.api.Table table)
create a new BatchOperator from table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected static BatchOperator<?> |
BatchOperator.checkAndGetFirst(BatchOperator<?>... inputs) |
abstract T |
BatchOperator.linkFrom(BatchOperator<?>... inputs)
Link from others
BatchOperator. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TableSourceBatchOp
Transform the Table to SourceBatchOp.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TableSourceBatchOp |
TableSourceBatchOp.linkFrom(BatchOperator<?>... inputs) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract BatchOperator |
TransformerBase.transform(BatchOperator input)
Applies the transformer on the input batch data from BatchOperator, and returns the batch
result data with BatchOperator.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract M |
EstimatorBase.fit(BatchOperator input)
Train and produce a
ModelBase which fits the records from the given BatchOperator. |
protected abstract BatchOperator |
TransformerBase.transform(BatchOperator input)
Applies the transformer on the input batch data from BatchOperator, and returns the batch
result data with BatchOperator.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.