uk.ac.ed.inf.taweka.weka
Class ArffPropsTable

java.lang.Object
  extended by uk.ac.ed.inf.utils.database.Table
      extended by uk.ac.ed.inf.taweka.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

Field Summary
static java.lang.String TABLE_NAME
           
 
Constructor Summary
ArffPropsTable()
           
 
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
 

Field Detail

TABLE_NAME

public static final java.lang.String TABLE_NAME
See Also:
Constant Field Values
Constructor Detail

ArffPropsTable

public ArffPropsTable()
Method Detail

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