Class DisplayScale

java.lang.Object
  extended by DisplayScale

public class DisplayScale
extends java.lang.Object

class holds the input DataPoints classes that are to be classified as well as the classification algorithms needed to compute the decision regions


Field Summary
 double xmax
           
 double xmin
           
 double ymax
           
 double ymin
           
 
Method Summary
 java.lang.String toString()
          Converts object to a String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

xmax

public double xmax

xmin

public double xmin

ymax

public double ymax

ymin

public double ymin
Method Detail

toString

public java.lang.String toString()
Converts object to a String

Overrides:
toString in class java.lang.Object
Returns:
string of the display scale axis