|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neuroph.util.io.JDBCOutputAdapter
public class JDBCOutputAdapter
Implementation of OutputAdapter interface for writing neural network outputs to database.
OutputAdapter| Constructor Summary | |
|---|---|
JDBCOutputAdapter(Connection connection,
String tableName)
Creates new JDBCOutputAdapter with specifed database connection and table |
|
| Method Summary | |
|---|---|
void |
close()
Close destination after writing is finnished. |
void |
writeOutput(double[] output)
Writes specified output to table in database |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDBCOutputAdapter(Connection connection,
String tableName)
connection - database connectiontableName - table to put data into| Method Detail |
|---|
public void writeOutput(double[] output)
writeOutput in interface OutputAdapteroutput - public void close()
OutputAdapter
close in interface OutputAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||