|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.ed.inf.csb.taweka.ArffFileTableWriter
public class ArffFileTableWriter
An ArffFileTableWriter object writes the database table that contains the elements essential to build an arff file (the name of the arff file, the query to select instances, attributes, class values etc)
| Constructor Summary | |
|---|---|
ArffFileTableWriter(uk.ac.ed.inf.csb.utils.databaseutils.DbConnProps dbConn)
Constructor 1: initialises the table (uses given database connection file) |
|
| Method Summary | |
|---|---|
void |
createArffFileTable()
Creates the table for the ARFF file records |
static void |
main(java.lang.String[] args)
Main for testing |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArffFileTableWriter(uk.ac.ed.inf.csb.utils.databaseutils.DbConnProps dbConn)
throws java.sql.SQLException
java.sql.SQLException| Method Detail |
|---|
public void createArffFileTable()
throws java.sql.SQLException
java.sql.SQLException
public static void main(java.lang.String[] args)
throws java.sql.SQLException
args -
java.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||