Package | Description |
---|---|
org.openimaj.hadoop.tools.clusterquantiser | |
org.openimaj.tools.clusterquantiser |
Modifier and Type | Method and Description |
---|---|
ClusterType.ClusterTypeOp |
HadoopClusterQuantiserOptions.getClusterType() |
ClusterType.ClusterTypeOp |
HadoopClusterQuantiserOptions.getOtherInfoType() |
static ClusterType.ClusterTypeOp |
HadoopClusterQuantiserOptions.sniffClusterType(String quantFile) |
Modifier and Type | Field and Description |
---|---|
protected ClusterType.ClusterTypeOp |
ClusterQuantiserOptions.clusterTypeOp |
Modifier and Type | Method and Description |
---|---|
ClusterType.ClusterTypeOp |
ClusterQuantiserOptions.getClusterType() |
abstract ClusterType.ClusterTypeOp |
AbstractClusterQuantiserOptions.getClusterType() |
ClusterType.ClusterTypeOp |
ClusterQuantiserOptions.getOtherInfoType() |
abstract ClusterType.ClusterTypeOp |
AbstractClusterQuantiserOptions.getOtherInfoType() |
static ClusterType.ClusterTypeOp |
ClusterType.sniffClusterType(BufferedInputStream oldout)
Guess the type of the clusters based on the file header
|
static ClusterType.ClusterTypeOp |
ClusterType.sniffClusterType(File oldout)
Guess the type of the clusters based on the file header
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterQuantiserOptions.setClusterTypeOp(ClusterType.ClusterTypeOp clusterTypeOp)
Set the clusterTypeOp
|