public class HadoopFastKMeans extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
Modifier and Type | Field and Description |
---|---|
static String |
EXTRA_USAGE_INFO |
Constructor and Description |
---|
HadoopFastKMeans() |
HadoopFastKMeans(String[] args) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main method
|
int |
run(String[] args) |
void |
setOptions(HadoopFastKMeansOptions hfkmo) |
public static final String EXTRA_USAGE_INFO
public HadoopFastKMeans(String[] args)
public HadoopFastKMeans()
public int run(String[] args) throws Exception
run
in interface org.apache.hadoop.util.Tool
Exception
public static void main(String[] args) throws Exception
args
- Exception
public void setOptions(HadoopFastKMeansOptions hfkmo)
hfkmo
-