Package | Description |
---|---|
org.openimaj.hadoop.tools.fastkmeans |
Modifier and Type | Method and Description |
---|---|
static void |
SampleEqualityChecker.checkSampleEquality(String selected,
HadoopFastKMeansOptions options) |
static ByteCentroidsResult |
AKMeans.completeCentroids(String centroids,
String selected,
HadoopFastKMeansOptions options)
Given the location of a binary dump of centroids on the HDFS, load the
binary dump and construct a proper
ByteKMeans instance |
void |
HadoopFastKMeans.setOptions(HadoopFastKMeansOptions hfkmo) |
Constructor and Description |
---|
SequenceFileByteFeatureSelector(String inputFilePath,
String outputFilePath,
HadoopFastKMeansOptions options) |
SequenceFileByteImageFeatureSelector(List<String> inputs,
String outputFilePath,
HadoopFastKMeansOptions options) |