Documentation of 'edu.uci.jforests.tools.Categorical2NumericalCsvConvertor' Java class
Categorical2NumericalCsvConvertor
edu.uci.jforests.tools

Class Categorical2NumericalCsvConvertor



  • public class Categorical2NumericalCsvConvertor
    extends java.lang.Object
    Sometimes an input file contains categorical features where the name of categories is specified using string names. Given that jforests only works with numeric values, this tool can be used as a pre-processing step to convert these values to ordinal values (0, 1, 2, ...)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void convert(java.lang.String inputFilename, java.lang.String outputFilename, boolean hasHeader) 
      • Methods inherited from class java.lang.Object

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

      • Categorical2NumericalCsvConvertor

        public Categorical2NumericalCsvConvertor()
    • Method Detail

      • convert

        public void convert(java.lang.String inputFilename,
                            java.lang.String outputFilename,
                            boolean hasHeader)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.