public abstract class MLModelBuilder extends Object
Constructor and Description |
---|
MLModelBuilder(MLModelConfigurationContext context) |
Modifier and Type | Method and Description |
---|---|
abstract org.wso2.carbon.ml.commons.domain.MLModel |
build()
Build a model using the context.
|
MLModelConfigurationContext |
getContext() |
void |
handleIgnoreException(String msg,
Exception e) |
void |
setContext(MLModelConfigurationContext context) |
public MLModelBuilder(MLModelConfigurationContext context)
public abstract org.wso2.carbon.ml.commons.domain.MLModel build() throws MLModelBuilderException
MLModel
MLModelBuilderException
- if failed to build the model.public MLModelConfigurationContext getContext()
public void setContext(MLModelConfigurationContext context)
Copyright © 2016 WSO2, Inc.. All Rights Reserved.