Class Predict


  • public class Predict
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.regex.Pattern COLON  
    • Constructor Summary

      Constructors 
      Constructor Description
      Predict()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void doPredict​(java.io.BufferedReader reader, java.io.Writer writer, Model model, boolean flag_predict_probability)
      Note: The streams are NOT closed
      private static void exit_with_help()  
      static void main​(java.lang.String[] argv)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COLON

        private static final java.util.regex.Pattern COLON
    • Constructor Detail

      • Predict

        public Predict()
    • Method Detail

      • doPredict

        static void doPredict​(java.io.BufferedReader reader,
                              java.io.Writer writer,
                              Model model,
                              boolean flag_predict_probability)
                       throws java.io.IOException

        Note: The streams are NOT closed

        Throws:
        java.io.IOException
      • exit_with_help

        private static void exit_with_help()
      • main

        public static void main​(java.lang.String[] argv)
                         throws java.io.IOException
        Throws:
        java.io.IOException