M - The class type of the ModelBase implementation itselfpublic abstract class ModelBase<M extends ModelBase<M>> extends TransformerBase<M> implements org.apache.flink.ml.api.core.Model<M>
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.flink.table.api.Table |
modelData |
paramsML_ENVIRONMENT_ID| 限定符和类型 | 方法和说明 |
|---|---|
M |
clone() |
org.apache.flink.table.api.Table |
getModelData()
Get model data as Table representation.
|
default void |
loadJson(String arg0) |
M |
setModelData(org.apache.flink.table.api.Table modelData)
Set the model data using the Table.
|
default String |
toJson() |
transform, transform, transform, transformgetParams, tableEnvOfequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMLEnvironmentId, setMLEnvironmentIdpublic ModelBase()
public ModelBase(org.apache.flink.ml.api.misc.param.Params params)
public org.apache.flink.table.api.Table getModelData()
public M setModelData(org.apache.flink.table.api.Table modelData)
modelData - the Table.ModelBase itselfpublic M clone() throws CloneNotSupportedException
clone 在类中 PipelineStageBase<M extends ModelBase<M>>CloneNotSupportedExceptionpublic String toJson()
public void loadJson(String arg0)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.