org.neuroph.util
Class TrainingSetImport

java.lang.Object
  extended by org.neuroph.util.TrainingSetImport

public class TrainingSetImport
extends Object

Handles training set imports

Author:
Zoran Sevarac, Ivan Nedeljkovic, Kokanovic Rados

Constructor Summary
TrainingSetImport()
           
 
Method Summary
static DataSet importFromFile(String filePath, int inputsCount, int outputsCount, String separator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrainingSetImport

public TrainingSetImport()
Method Detail

importFromFile

public static DataSet importFromFile(String filePath,
                                     int inputsCount,
                                     int outputsCount,
                                     String separator)
                              throws IOException,
                                     FileNotFoundException,
                                     NumberFormatException
Throws:
IOException
FileNotFoundException
NumberFormatException


Copyright © 2012. All Rights Reserved.