weka4ws.core
Interface RemoteTaskConstants

All Known Implementing Classes:
RemoteTask

public interface RemoteTaskConstants

Author:
Marco Lackovic

Field Summary
static short ASSOCIATOR
           
static short CLASSIFIER
           
static short CLUSTERER
           
static short CROSS_VALIDATION
           
static int DATASET_MAXSIZE
          Max dataset size in byte with no need of compression
static short PERCENTAGE_SPLIT
           
static java.lang.String TEMP_DIR
          Name of the temporary storage directory
static short TEST_SET
           
static short TRAINING_SET
           
 

Field Detail

CROSS_VALIDATION

public static final short CROSS_VALIDATION
See Also:
Constant Field Values

PERCENTAGE_SPLIT

public static final short PERCENTAGE_SPLIT
See Also:
Constant Field Values

TRAINING_SET

public static final short TRAINING_SET
See Also:
Constant Field Values

TEST_SET

public static final short TEST_SET
See Also:
Constant Field Values

CLASSIFIER

public static final short CLASSIFIER
See Also:
Constant Field Values

CLUSTERER

public static final short CLUSTERER
See Also:
Constant Field Values

ASSOCIATOR

public static final short ASSOCIATOR
See Also:
Constant Field Values

DATASET_MAXSIZE

public static final int DATASET_MAXSIZE
Max dataset size in byte with no need of compression

See Also:
Constant Field Values

TEMP_DIR

public static final java.lang.String TEMP_DIR
Name of the temporary storage directory

See Also:
Constant Field Values