org.neuroph.util.io
Interface OutputAdapter

All Known Implementing Classes:
FileOutputAdapter, JDBCOutputAdapter, OutputStreamAdapter, URLOutputAdapter

public interface OutputAdapter

Interface for writing neural network outputs to some destination.

Author:
Zoran Sevarac

Method Summary
 void close()
          Close destination after writing is finnished.
 void writeOutput(double[] output)
          Write neural network output to some destination.
 

Method Detail

writeOutput

void writeOutput(double[] output)
Write neural network output to some destination.

Parameters:
output - neural network output to be written

close

void close()
Close destination after writing is finnished. Free resources and perform cleanup.



Copyright © 2012. All Rights Reserved.