org.neuroph.easyneurons.file
Interface FileInterface<T>

All Known Implementing Classes:
NeuralNetworkXmlFile, TrainingSetXmlFile

public interface FileInterface<T>


Method Summary
 T load(java.lang.String filePath)
           
 void save(T t, java.lang.String filePath)
           
 

Method Detail

save

void save(T t,
          java.lang.String filePath)

load

T load(java.lang.String filePath)
       throws java.io.IOException
Throws:
java.io.IOException