|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--java.util.Properties
|
+--com.ewasystems.dm.AbstractEngineConfig
|
+--com.ewasystems.data.prep.DataPrepConfig
Title: Abstract Engine Configuration
Description: Basis for All Engine Configurations
Company: EWA Systems
Copyright: (c) 1998 - 2005
| Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
| Field Summary | |
static int |
SAMPLE_EVENLY
Subsample By Taking Records Evenly |
static int |
SAMPLE_FIRST
Subsample By Taking First Records |
static int |
SAMPLE_LAST
Subsample By Taking Last Records |
static int |
SAMPLE_RANDOM
Subsample Randomly |
| Constructor Summary | |
DataPrepConfig()
Bare Constructor that Loads and Reports the Default Configuration |
|
| Method Summary | |
java.util.Properties |
defaultConfiguration()
Returns the Default Configuration |
int |
getNumVFolds()
Gets the Max Threads Configuration |
int |
getSubSampleSize()
Gets the Max Threads Configuration |
int |
getSubSampleSizeBy()
Gets the Max Threads Configuration |
double |
getTestingProportion()
Gets the Max Threads Configuration |
int |
getVFoldLimit()
Gets the Max Threads Configuration |
void |
readConfiguration()
Imports/Updates the Configuration based on the Specified Configuration |
void |
report()
Sends Text Report of Current Configuration to VDXError via Debug Messages |
void |
setNumVFolds(int numVFolds)
Sets the Max Threads Configuration |
void |
setSubSampleSize(int subSampleSize)
Sets the Max Threads Configuration |
void |
setSubSampleSizeBy(int subSampleSizeBy)
Sets the Max Threads Configuration |
void |
setTestingProportion(double testingProportion)
Sets the Max Threads Configuration |
void |
setVFoldLimit(int vFoldLimit)
Sets the Max Threads Configuration |
| Methods inherited from class com.ewasystems.dm.AbstractEngineConfig |
getConfigName, getMaxThreads, getRandomSeed, loadConfigFromFile, loadConfigFromProperties, setMaxThreads, setRandomSeed, storeConfigToFile |
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int SAMPLE_EVENLY
public static final int SAMPLE_FIRST
public static final int SAMPLE_LAST
public static final int SAMPLE_RANDOM
| Constructor Detail |
public DataPrepConfig()
| Method Detail |
public java.util.Properties defaultConfiguration()
Returns the Default Configuration
defaultConfiguration in class com.ewasystems.dm.AbstractEngineConfigpublic int getNumVFolds()
public int getSubSampleSize()
public int getSubSampleSizeBy()
public double getTestingProportion()
public int getVFoldLimit()
public void readConfiguration()
readConfiguration in class com.ewasystems.dm.AbstractEngineConfigpublic void report()
report in class com.ewasystems.dm.AbstractEngineConfigpublic void setNumVFolds(int numVFolds)
maxThreads: - The Maximum Number of Threadspublic void setSubSampleSize(int subSampleSize)
maxThreads: - The Maximum Number of Threadspublic void setSubSampleSizeBy(int subSampleSizeBy)
maxThreads: - The Maximum Number of Threadspublic void setTestingProportion(double testingProportion)
maxThreads: - The Maximum Number of Threadspublic void setVFoldLimit(int vFoldLimit)
maxThreads: - The Maximum Number of Threads
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||