Package de.bwaldvogel.liblinear
Class Predict
java.lang.Object
de.bwaldvogel.liblinear.Predict
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
doPredict
(BufferedReader reader, Writer writer, Model model, boolean flag_predict_probability) Note: The streams are NOT closedprivate static void
static void
-
Field Details
-
COLON
-
-
Constructor Details
-
Predict
public Predict()
-
-
Method Details
-
doPredict
static void doPredict(BufferedReader reader, Writer writer, Model model, boolean flag_predict_probability) throws IOException Note: The streams are NOT closed
- Throws:
IOException
-
exit_with_help
private static void exit_with_help() -
main
- Throws:
IOException
-