|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.computing.ai.casebasedreasoning.DataSetStatistics
public class DataSetStatistics
This is a collection of TraitStatistics objects
There is one TraitStatistics object per Trait (the name is plural because each trait has multiple stats) DataSetStatistics builds the collection of TraitStatistics and is responsible for converting everything to floating points, which is what TraitStatistics wants Strings and booleans aren't really processed. Just set the max and min to 1 and 0
| Constructor Summary | |
|---|---|
protected |
DataSetStatistics(Items items)
|
| Method Summary | |
|---|---|
TraitStatistics |
get(java.lang.String traitName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DataSetStatistics(Items items)
| Method Detail |
|---|
public TraitStatistics get(java.lang.String traitName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||