|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmessif.pivotselection.AbstractPivotChooser
messif.pivotselection.IncrementalIDistanceChooser
public class IncrementalIDistanceChooser
Chooses pivots according to a generalized iDistance clustering strategy.
Field Summary |
---|
Fields inherited from class messif.pivotselection.AbstractPivotChooser |
---|
counterBucketReadBuckets, counterObjectDistComp, counterPivotDistComp, counterPivotReadBuckets, preselectedPivots, sampleProviders |
Constructor Summary | |
---|---|
IncrementalIDistanceChooser()
Creates a new instance of IncrementalPivotChooser |
|
IncrementalIDistanceChooser(int sampleSetSize,
int samplePivotSize)
Creates a new instance of IncrementalPivotChooser. |
Method Summary | |
---|---|
protected void |
selectPivot(int pivots,
AbstractObjectIterator<? extends LocalAbstractObject> objectIter)
Selects new pivots. |
Methods inherited from class messif.pivotselection.AbstractPivotChooser |
---|
addPivot, clear, deregisterSampleProvider, getLastPivot, getNextPivot, getPivot, getPivot, iterator, registerSampleProvider, removeLastPivot, selectPivot, selectPivot, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IncrementalIDistanceChooser()
public IncrementalIDistanceChooser(int sampleSetSize, int samplePivotSize)
sampleSetSize
- the size of the sample set used to test the candidate pivot (used to estimate mu_d)samplePivotSize
- the size of the candidate set of pivots from which one pivot will be pickedMethod Detail |
---|
protected void selectPivot(int pivots, AbstractObjectIterator<? extends LocalAbstractObject> objectIter)
selectPivot
in class AbstractPivotChooser
pivots
- number of pivots to generateobjectIter
- Iterator over the sample set of objects to choose new pivots from
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |