edu.udo.cs.yale.operator.generator
Class Cluster

java.lang.Object
  extended by edu.udo.cs.yale.operator.generator.Cluster

public class Cluster
extends java.lang.Object

Helper class for clusters information.

Version:
$Id: Cluster.java,v 1.3 2006/08/03 14:39:30 ingomierswa Exp $
Author:
Ingo Mierswa

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

coordinates

double[] coordinates

sigmas

double[] sigmas

size

double size

label

int label
Constructor Detail

Cluster

public Cluster(double[] coordinates,
               double[] sigmas,
               double size,
               int label)
Method Detail

createArguments

public double[] createArguments(java.util.Random random)


Copyright © 2001-2006