hex.genmodel.tools

Class PredictCsv

  • java.lang.Object
    • hex.genmodel.tools.PredictCsv


  • public class PredictCsvextends java.lang.Object
    Simple driver program for reading a CSV file and making predictions. Added support for separators that are not commas. User needs to add the --separator separator_string to the input call. Do not escape the special Java characters, I will do it for you. This driver program is used as a test harness by several tests in the testdir_javapredict directory.

    See the top-of-tree master version of this file here on github.

    • Constructor Summary

      Constructors 
      Constructor and Description
      PredictCsv() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidmain(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

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

      • separator

        public char separator
      • setInvNumNA

        public boolean setInvNumNA
      • getTreePath

        public boolean getTreePath
      • glrmIterNumber

        public int glrmIterNumber
    • Constructor Detail

      • PredictCsv

        public PredictCsv()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)


NOTHING
NOTHING
Add the Maven Dependecy to your project: maven dependecy for com.amazonaws : aws-java-sdk : 1.3.14