ec.cgp.problems
Class ProblemBreastCancerY.BreastCancerYRecord

java.lang.Object
  extended by ec.cgp.problems.ProblemBreastCancerY.BreastCancerYRecord
All Implemented Interfaces:
Record
Enclosing class:
ProblemBreastCancerY

public static class ProblemBreastCancerY.BreastCancerYRecord
extends java.lang.Object
implements Record

Record to represent a classification instance.


Field Summary
 float age
           
 float breast
           
 float breastQuad
           
 float degMalig
           
 float invNodes
           
 float irrad
           
 float menopause
           
 float nodeCaps
           
 boolean recurrence
           
 float tumorSize
           
 
Constructor Summary
ProblemBreastCancerY.BreastCancerYRecord()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

age

public float age

menopause

public float menopause

tumorSize

public float tumorSize

invNodes

public float invNodes

nodeCaps

public float nodeCaps

degMalig

public float degMalig

breast

public float breast

breastQuad

public float breastQuad

irrad

public float irrad

recurrence

public boolean recurrence
Constructor Detail

ProblemBreastCancerY.BreastCancerYRecord

public ProblemBreastCancerY.BreastCancerYRecord()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object