public class MLModel extends Object implements Serializable
Constructor and Description |
---|
MLModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithmClass() |
String |
getAlgorithmName() |
List<Map<String,Integer>> |
getEncodings() |
List<Feature> |
getFeatures() |
Externalizable |
getModel() |
List<Integer> |
getNewToOldIndicesList() |
int |
getResponseIndex() |
String |
getResponseVariable() |
void |
setAlgorithmClass(String algorithmClass) |
void |
setAlgorithmName(String algorithmName) |
void |
setEncodings(List<Map<String,Integer>> encodings) |
void |
setFeatures(List<Feature> features) |
void |
setModel(Externalizable model) |
void |
setNewToOldIndicesList(List<Integer> newToOldIndicesList) |
void |
setResponseIndex(int responseIndex) |
void |
setResponseVariable(String responseVariable) |
public String getAlgorithmName()
public void setAlgorithmName(String algorithmName)
public String getAlgorithmClass()
public void setAlgorithmClass(String algorithmClass)
public String getResponseVariable()
public void setResponseVariable(String responseVariable)
public Externalizable getModel()
public void setModel(Externalizable model)
public int getResponseIndex()
public void setResponseIndex(int responseIndex)
Copyright © 2015 WSO2, Inc.. All Rights Reserved.