textminer.task
Class SubtaskSelector

java.lang.Object
  |
  +--textminer.task.Subtask
        |
        +--textminer.task.SubtaskSelector

public class SubtaskSelector
extends Subtask

The SubtaskSelector is a specification for the task of feature (subset) selection.

In particular, it enumerates two lists: a list of jobs to be done by feature selector and a set of global variables.

Since:
0.1
Version:
TextMiner 1.1
Author:
Young-Woo Seo (ywseo@cs.cmu.edu)

Field Summary
 java.lang.String fmethod
          String expression of current feature selection method
 double threshold
          Threshold
 
Fields inherited from class textminer.task.Subtask
activeClasses, alias, data_repository, dataset_dir, result_repository, task_assignment, task_name, verbose
 
Constructor Summary
SubtaskSelector()
          Constructor of SubtaskSelector()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fmethod

public java.lang.String fmethod
String expression of current feature selection method


threshold

public double threshold
Threshold

Constructor Detail

SubtaskSelector

public SubtaskSelector()
Constructor of SubtaskSelector()