- Timestamp:
- 07/18/16 13:44:58 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/training/GPTraining.java
r135 r136 249 249 * </p> 250 250 * 251 * @return 251 * @return the instance values 252 252 */ 253 253 public double[][] getX() { … … 260 260 * </p> 261 261 * 262 * @return 262 * @return the instance labels 263 263 */ 264 264 public boolean[] getY() { … … 450 450 * @param populationSize 451 451 * the population size 452 * @param initMinDepth452 * @param minInitDept 453 453 * the initial minimal depth of the S-expression tree 454 * @param initMaxDepth454 * @param maxInitDepth 455 455 * the initial maximal depth of the S-expression tree 456 456 * @param tournamentSize … … 1265 1265 * @param evalData 1266 1266 * the validation data 1267 * @return 1267 * @return the type I and type II error rates 1268 1268 */ 1269 1269 public double[] evaluate(GPRun classifier, Instances evalData) {
Note: See TracChangeset
for help on using the changeset viewer.