Package de.mpi.rgblab.data

Examples of de.mpi.rgblab.data.DataComparator


   */
  private static void sort(String inputFile, String outputFile)
      throws IOException {

    // read the input files
    Comparator comp = new DataComparator();
    Vector<Vector<Double>> inputData = new Vector<Vector<Double>>();
    Vector<Integer> class_label = new Vector<Integer>();

    DataReader fileReader = new DataReader(inputFile);
    // "usa_houshold_and_income_distribution.dat");
View Full Code Here

TOP

Related Classes of de.mpi.rgblab.data.DataComparator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.