|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeneratorInterface
Interface for cluster generators
Method Summary | |
---|---|
List<Vector> |
generate(int count)
Generate a specified number of points |
double |
getDensity(Vector p)
Get the density of the given vector |
int |
getDim()
Get dimensionality of generated data |
String |
getName()
Get cluster name |
List<Vector> |
getPoints()
Get points. |
int |
getSize()
Get number of points to be generated by this generator. |
Method Detail |
---|
int getSize()
int getDim()
List<Vector> generate(int count) throws UnableToComplyException
count
- Number of points to generate
UnableToComplyException
- when generation failsdouble getDensity(Vector p)
p
- vector
List<Vector> getPoints()
String getName()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |