Class ThermoCsvDump


  • public class ThermoCsvDump
    extends java.lang.Object
    Dumps thermometers to CSV files
    • Constructor Summary

      Constructors 
      Constructor Description
      ThermoCsvDump()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Writes weights of thermometers in one winnow to a CSV file.
      • Methods inherited from class java.lang.Object

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

      • ThermoCsvDump

        public ThermoCsvDump()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Writes weights of thermometers in one winnow to a CSV file. Output directory is the sane as model directory.
        Parameters:
        args - : 0 - input model file name. 1 - the subset of input features. 2 - output CSV file prefix (optional).