public class HadoopFastKMeansOptions extends Object
Modifier and Type | Field and Description |
---|---|
String[] |
args |
boolean |
checkSampleEquality |
int |
checkSampleEqualityThreshold |
int |
concurrency |
boolean |
exact |
String |
fileType |
boolean |
forceRM |
ByteKMeansInit |
init |
List<String> |
inputs |
int |
iter |
int |
k |
int |
nsamples |
String[] |
original_args |
String |
output |
boolean |
samplesOnly |
Constructor and Description |
---|
HadoopFastKMeansOptions(String[] args) |
HadoopFastKMeansOptions(String[] args,
boolean beforeMaps) |
HadoopFastKMeansOptions(String[] args,
String[] original_args,
boolean b) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.fs.FileSystem |
getFileSystem(URI uri) |
void |
prepare() |
public int concurrency
public ByteKMeansInit init
public int k
public int nsamples
public boolean exact
public boolean forceRM
public int iter
public boolean samplesOnly
public boolean checkSampleEquality
public int checkSampleEqualityThreshold
public String[] original_args
public HadoopFastKMeansOptions(String[] args)
public HadoopFastKMeansOptions(String[] args, boolean beforeMaps)
public HadoopFastKMeansOptions(String[] args, String[] original_args, boolean b)
public static org.apache.hadoop.fs.FileSystem getFileSystem(URI uri) throws IOException
IOException
public void prepare()