|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeneratorInterfaceDynamic
Interface for a dynamic cluster generator. A cluster generator is considered dynamic when it allows "rejecting" points and the generation of additional new points.
Method Summary | |
---|---|
void |
addDiscarded(int discarded)
Indicate that points were discarded. |
int |
getDiscarded()
Get number of discarded points |
int |
getRetries()
Retrieve remaining number of retries. |
Methods inherited from interface de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorInterface |
---|
generate, getDensity, getDim, getName, getPoints, getSize |
Method Detail |
---|
int getDiscarded()
void addDiscarded(int discarded)
discarded
- number of points that were discarded.int getRetries()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |