Package | Description |
---|---|
org.wso2.extension.siddhi.execution.streamingml.classification.perceptron.util |
Modifier and Type | Method and Description |
---|---|
PerceptronModel |
PerceptronModelsHolder.getClonedPerceptronModel(String modelName) |
PerceptronModel |
PerceptronModelsHolder.getPerceptronModel(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,PerceptronModel> |
PerceptronModelsHolder.getPerceptronModelMap() |
Modifier and Type | Method and Description |
---|---|
void |
PerceptronModelsHolder.addPerceptronModel(String name,
PerceptronModel model) |
Modifier and Type | Method and Description |
---|---|
void |
PerceptronModelsHolder.setPerceptronModelMap(Map<String,PerceptronModel> modelsMap) |
Constructor and Description |
---|
PerceptronModel(PerceptronModel model) |
Copyright © 2017 WSO2. All rights reserved.