|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.evaluation.paircounting.generator.PairSortedGenerator de.lmu.ifi.dbs.elki.evaluation.paircounting.generator.PairGeneratorSingleCluster
public class PairGeneratorSingleCluster
Generate sorted ID pairs for a Cluster
.
Field Summary | |
---|---|
private int[] |
parentids
Ids in parent clusters |
private int |
pos1
Position in first set |
private int |
pos2
Position in second set |
private int[] |
thisids
ids in this cluster |
Constructor Summary | |
---|---|
PairGeneratorSingleCluster(Cluster<?> cluster,
boolean useHierarchical)
Generate pairs for a hierarchical cluster. |
Method Summary | |
---|---|
protected IntIntPair |
advance()
Advance iterator |
Methods inherited from class de.lmu.ifi.dbs.elki.evaluation.paircounting.generator.PairSortedGenerator |
---|
current, next, setCurrent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int[] parentids
private int[] thisids
private int pos1
private int pos2
Constructor Detail |
---|
public PairGeneratorSingleCluster(Cluster<?> cluster, boolean useHierarchical)
cluster
- ClusteruseHierarchical
- Use hierarchical modeMethod Detail |
---|
protected IntIntPair advance()
advance
in class PairSortedGenerator
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |