codebook_generation
Class SimpleKMeansWithOutput.KMeansClusterTask
java.lang.Object
codebook_generation.SimpleKMeansWithOutput.KMeansClusterTask
- All Implemented Interfaces:
- java.util.concurrent.Callable<java.lang.Boolean>
- Enclosing class:
- SimpleKMeansWithOutput
private class SimpleKMeansWithOutput.KMeansClusterTask
- extends java.lang.Object
- implements java.util.concurrent.Callable<java.lang.Boolean>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_start
protected int m_start
m_end
protected int m_end
m_inst
protected weka.core.Instances m_inst
m_clusterAssignments
protected int[] m_clusterAssignments
SimpleKMeansWithOutput.KMeansClusterTask
public SimpleKMeansWithOutput.KMeansClusterTask(weka.core.Instances inst,
int start,
int end,
int[] clusterAssignments)
call
public java.lang.Boolean call()
- Specified by:
call
in interface java.util.concurrent.Callable<java.lang.Boolean>
clusterInstance
protected int clusterInstance(weka.core.Instance inst)