public class MLAnomalyDetectionModel extends Object implements Externalizable
AnomalyDetectionModel
model.Constructor and Description |
---|
MLAnomalyDetectionModel() |
MLAnomalyDetectionModel(AnomalyDetectionModel model) |
Modifier and Type | Method and Description |
---|---|
AnomalyDetectionModel |
getModel() |
void |
readExternal(ObjectInput in) |
void |
setModel(AnomalyDetectionModel model) |
void |
writeExternal(ObjectOutput out) |
public MLAnomalyDetectionModel()
public MLAnomalyDetectionModel(AnomalyDetectionModel model)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public AnomalyDetectionModel getModel()
public void setModel(AnomalyDetectionModel model)
Copyright © 2015 WSO2, Inc.. All Rights Reserved.