|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectec.cgp.problems.ProblemIris.IrisRecord
public static class ProblemIris.IrisRecord
Record to represent a classification instance.
| Field Summary | |
|---|---|
float |
petallength
|
float |
petalwidth
|
float |
sepallength
|
float |
sepalwidth
|
boolean |
setosa
|
boolean |
versicolor
|
boolean |
virginica
|
| Constructor Summary | |
|---|---|
ProblemIris.IrisRecord()
|
|
| 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 |
|---|
public float sepallength
public float sepalwidth
public float petallength
public float petalwidth
public boolean setosa
public boolean versicolor
public boolean virginica
| Constructor Detail |
|---|
public ProblemIris.IrisRecord()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||