de.aitools.iv.mds.util
Class PreprocessorCSV2MDS

java.lang.Object
  extended by de.aitools.iv.mds.util.PreprocessorCSV2MDS

public class PreprocessorCSV2MDS
extends java.lang.Object

Author:
Anita

Constructor Summary
PreprocessorCSV2MDS(java.lang.String input, java.lang.String output)
          Creates a new instance of PreprocessorCSV2MDS.
 
Method Summary
 void writeVectors()
          Reads input .csv file, and writes it out to be readable by Preprocessor like term-frequencies of documents.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreprocessorCSV2MDS

public PreprocessorCSV2MDS(java.lang.String input,
                           java.lang.String output)
Creates a new instance of PreprocessorCSV2MDS.

Parameters:
input - path to file
output - directory where to write out output file
Method Detail

writeVectors

public void writeVectors()
Reads input .csv file, and writes it out to be readable by Preprocessor like term-frequencies of documents.