public class HadoopGlobalFeaturesOptions extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
binary |
protected GlobalFeatureType |
feature |
protected GlobalFeatureExtractor |
featureOp |
protected List<String> |
input |
protected String |
output |
Constructor and Description |
---|
HadoopGlobalFeaturesOptions(String[] args)
Construct with the argument string.
|
HadoopGlobalFeaturesOptions(String[] args,
boolean beforeMaps)
Construct with the argument string.
|
protected GlobalFeatureType feature
protected GlobalFeatureExtractor featureOp
protected boolean binary
public HadoopGlobalFeaturesOptions(String[] args)
args
- the command line argumenspublic HadoopGlobalFeaturesOptions(String[] args, boolean beforeMaps)
args
- the command line argumensbeforeMaps
- if true, then in the tool; false in a mapper.protected void validate()