Changeset 136 for trunk/CrossPare/src/de/ugoe/cs/cpdp/training
- Timestamp:
- 07/18/16 13:44:58 (8 years ago)
- Location:
- trunk/CrossPare/src/de/ugoe/cs/cpdp/training
- Files:
-
- 3 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) { -
trunk/CrossPare/src/de/ugoe/cs/cpdp/training/QuadTree.java
r135 r136 525 525 * </ol> 526 526 * 527 * @param q527 * @param list 528 528 * List of QuadTree (children only) 529 529 */ -
trunk/CrossPare/src/de/ugoe/cs/cpdp/training/WekaLocalFQTraining.java
r135 r136 574 574 * 575 575 * @author Alexander Trautsch 576 * @param <T> type of the instance 576 577 */ 577 578 public class QuadTreePayload<T> { … … 615 616 * </p> 616 617 * 617 * @return 618 * @return the instance 618 619 */ 619 620 public T getInst() {
Note: See TracChangeset
for help on using the changeset viewer.