uk.ac.ed.inf.enzml.weka
Class ArffPropsTable
java.lang.Object
uk.ac.ed.inf.utils.database.Table
uk.ac.ed.inf.enzml.weka.ArffPropsTable
public class ArffPropsTable
- extends uk.ac.ed.inf.utils.database.Table
Class to keep the name and column types for the database table to store the
ARFF file parameters (the data files for Weka or Mulan machine learning)
- Version:
- 12 Jun 2010
- Author:
- Luna De Ferrari luna.deferrari-at-ed.ac.uk
|
Method Summary |
static java.util.Vector<uk.ac.ed.inf.utils.database.TableColumn> |
getColumnDefinitions()
Creates the table for the ARFF file records |
| Methods inherited from class uk.ac.ed.inf.utils.database.Table |
getColumnNames, getColumns, getTableName, hasKey |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TABLE_NAME
public static final java.lang.String TABLE_NAME
- See Also:
- Constant Field Values
ARFF_ID_COLUMN
public static final java.lang.String ARFF_ID_COLUMN
- See Also:
- Constant Field Values
ArffPropsTable
public ArffPropsTable()
getColumnDefinitions
public static java.util.Vector<uk.ac.ed.inf.utils.database.TableColumn> getColumnDefinitions()
- Creates the table for the ARFF file records
- Returns:
- true if the table was created