public interface Predictor
Modifier and Type | Method and Description |
---|---|
void |
deserialize(java.lang.String fileName) |
double |
predict(MLData data) |
void |
serialize(java.lang.String fileName) |
void |
train(java.lang.String fileName) |
double predict(MLData data) throws java.io.IOException
java.io.IOException
void train(java.lang.String fileName) throws java.io.IOException
java.io.IOException
void serialize(java.lang.String fileName) throws java.io.IOException
java.io.IOException
void deserialize(java.lang.String fileName) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException