|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.ed.inf.csb.taweka.TaWekaProperties
public class TaWekaProperties
Contains the properties for a TaWeka run It contains: 1. the properties read from properties file 2. the path of the properties file itself 3. the name of the arff file including a timestamp
| Field Summary | |
|---|---|
static java.lang.String |
ARFF_FILE_PATH_PROP
the file path where the ARFF file will be written, inclusive of file name. |
static java.lang.String |
ATTRIBUTES_QUERY_PROP
A list of attribute names |
static java.lang.String |
ATTRIBUTES_VALUES_QUERY_PROP
The Attributes values query. |
static java.lang.String |
CLASS_NAME_PROP
The class name. |
static java.lang.String |
CLASS_VALUES_QUERY_PROP
The Class values query. |
static java.lang.String |
DATABASE_PROP
the database name to query the data from |
static java.lang.String |
DESCRIPTION_PROP
|
static java.lang.String |
EXPERIMENT_PROP
the experiment short name |
static java.lang.String |
INSTANCE_CLASS_QUERY_PROP
Instance class query: gets the class value for each instance. |
static java.lang.String |
INSTANCES_QUERY_PROP
The query to get a list of instances identifiers. |
static java.lang.String |
PROPERTIES_FILE_PATH_PROP
the path to the properties file itself, from which the other properties were read |
| Constructor Summary | |
|---|---|
TaWekaProperties(java.lang.String propertiesFilePath)
Constructor loads the properties from file |
|
| Method Summary | |
|---|---|
java.util.Properties |
getProperties()
Get the properties |
java.lang.String |
getPropertiesFilePath()
Get the properties file path |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROPERTIES_FILE_PATH_PROP
public static final java.lang.String DATABASE_PROP
public static final java.lang.String EXPERIMENT_PROP
public static final java.lang.String DESCRIPTION_PROP
public static final java.lang.String ARFF_FILE_PATH_PROP
public static final java.lang.String ATTRIBUTES_QUERY_PROP
public static final java.lang.String ATTRIBUTES_VALUES_QUERY_PROP
public static final java.lang.String INSTANCE_CLASS_QUERY_PROP
public static final java.lang.String INSTANCES_QUERY_PROP
public static final java.lang.String CLASS_NAME_PROP
public static final java.lang.String CLASS_VALUES_QUERY_PROP
| Constructor Detail |
|---|
public TaWekaProperties(java.lang.String propertiesFilePath)
propertiesFilePath - the path to the properties file e.g. /home/me/myexperiment.props| Method Detail |
|---|
public java.util.Properties getProperties()
public java.lang.String getPropertiesFilePath()
public static void main(java.lang.String[] args)
args -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||