Skip to content

Commit

Permalink
bugfix: naive domhv was not included
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 committed Mar 28, 2019
1 parent b588c51 commit c9e1540
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ collectResult <- function(ecr.object, aggregate.perresult = list(domHV = functio
naiveHoldoutDomHV(eval.fit, hout.fit, ref.point)
}, fitnesses, hofitnesses)

resdf <- cbind(resdf, hout = aggregate.fitness(hofitnesses), true.hout.domHV,
resdf <- cbind(resdf, hout = aggregate.fitness(hofitnesses),
true.hout.domHV, naive.hout.domHV,
cor = corcols)
}
resdf
Expand Down

0 comments on commit c9e1540

Please sign in to comment.