|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.generator.Cluster
public class Cluster
Helper class for clusters information.
Field Summary | |
---|---|
(package private) double[] |
coordinates
|
(package private) int |
label
|
(package private) double[] |
sigmas
|
(package private) double |
size
|
Constructor Summary | |
---|---|
Cluster(double[] coordinates,
double[] sigmas,
double size,
int label)
|
Method Summary | |
---|---|
double[] |
createArguments(java.util.Random random)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
double[] coordinates
double[] sigmas
double size
int label
Constructor Detail |
---|
public Cluster(double[] coordinates, double[] sigmas, double size, int label)
Method Detail |
---|
public double[] createArguments(java.util.Random random)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |