org.neuroph.util
Class TrainingSetImport

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

public class TrainingSetImport
extends java.lang.Object

Handles training set imports

Author:
Zoran Sevarac, Ivan Nedeljkovic, Kokanovic Rados

Constructor Summary
TrainingSetImport()
           
 
Method Summary
static TrainingSet importFromFile(java.lang.String filePath, int inputsCount, int outputsCount, java.lang.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 TrainingSet importFromFile(java.lang.String filePath,
                                         int inputsCount,
                                         int outputsCount,
                                         java.lang.String separator)
                                  throws java.io.IOException,
                                         java.io.FileNotFoundException,
                                         java.lang.NumberFormatException
Throws:
java.io.IOException
java.io.FileNotFoundException
java.lang.NumberFormatException