Uses of Class
yawn.envs.EnvironmentException

Packages that use EnvironmentException
yawn.envs   
yawn.envs.delve   
yawn.envs.plaintext   
yawn.envs.synthetic   
 

Uses of EnvironmentException in yawn.envs
 

Methods in yawn.envs that throw EnvironmentException
abstract  Pattern[] Environment.getTestDatasetInputs(int runNumber)
          Reads a test dataset from the environment.
abstract  InputOutputPattern[] Environment.getTrainingDataset(int runNumber)
          Reads a train file from the environment.
abstract  void Environment.writeResults(Pattern[] results, int runNumber)
           
 

Uses of EnvironmentException in yawn.envs.delve
 

Methods in yawn.envs.delve that throw EnvironmentException
 Pattern[] DelveEnvironment.getTestDatasetInputs(int runNumber)
          Reads a test data file from a DELVE directory.
 InputOutputPattern[] DelveEnvironment.getTrainingDataset(int runNumber)
          Reads a train file from a DELVE directory.
protected  void DelveEnvironment.init()
           
protected  InputOutputPattern[] DelveEnvironment.loadInputOutputFile(java.lang.String fileName, int numberOfOutputs)
          Reads a file in DELVE format.
 void DelveEnvironment.writeResults(Pattern[] results, int runNumber)
          Writes a DELVE cguess file representing the predictions of a neural network.
 

Uses of EnvironmentException in yawn.envs.plaintext
 

Methods in yawn.envs.plaintext that throw EnvironmentException
 Pattern[] PlainTextEnvironment.getTestDatasetInputs(int runNumber)
           
 InputOutputPattern[] PlainTextEnvironment.getTrainingDataset(int runNumber)
           
protected  void PlainTextEnvironment.init()
           
protected  InputOutputPattern[] PlainTextEnvironment.loadInputOutputFile(java.lang.String fileName)
           
 void PlainTextEnvironment.writeResults(Pattern[] results, int runNumber)
          Writes the results to a an ascii file.
 

Uses of EnvironmentException in yawn.envs.synthetic
 

Methods in yawn.envs.synthetic that throw EnvironmentException
 InputOutputPattern[] SyntheticDataEnvironment.getTestDataset(int runNumber)
           
 Pattern[] SyntheticDataEnvironment.getTestDatasetInputs(int runNumber)
           
 Pattern[] SyntheticDataEnvironment.getTestExpectedOutputsSet(int runNumber)
           
 InputOutputPattern[] SyntheticDataEnvironment.getTrainingDataset(int runNumber)
           
 void SyntheticDataEnvironment.writeResults(Pattern[] results, int runNumber)
           
 



Copyright © 2003-2005 GIAA, Universidad Carlos III de Madrid. All Rights Reserved.