Package | Description |
---|---|
org.wso2.extension.siddhi.execution.streamingml.bayesian.classification.util | |
org.wso2.extension.siddhi.execution.streamingml.bayesian.util |
Modifier and Type | Method and Description |
---|---|
SoftmaxRegression |
SoftmaxRegressionModelHolder.getClonedSoftmaxRegressionModel(String modelName) |
SoftmaxRegression |
SoftmaxRegressionModelHolder.getSoftmaxRegressionModel(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,SoftmaxRegression> |
SoftmaxRegressionModelHolder.getSoftmaxRegressionMap() |
Modifier and Type | Method and Description |
---|---|
void |
SoftmaxRegressionModelHolder.addSoftmaxRegressionModel(String name,
SoftmaxRegression model) |
Modifier and Type | Method and Description |
---|---|
void |
SoftmaxRegressionModelHolder.setSoftmaxRegressionMap(Map<String,SoftmaxRegression> modelsMap) |
Constructor and Description |
---|
SoftmaxRegression(SoftmaxRegression model) |
Copyright © 2019 WSO2. All rights reserved.