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.ToolExceptionpublic static void main(String[] args) throws Exception
args - Exceptionpublic void setOptions(HadoopFastKMeansOptions hfkmo)
hfkmo -