On 5/20/14, Pat Ferrel <pat.fer...@gmail.com> wrote:
>       if (runEvaluation) {
>         RepresentativePointsDriver.main(new String[]{
>           "--input", seqFileDir.toString(),
>           "--output", "tmp/representative",
>           "--clusteredPoints", pointsDir.toString(),
>           "--distanceMeasure", measure.getClass().getName(),
>           "--maxIter", String.valueOf(numIters)
>         });

I think it would be awesome if the code for "--evaluate" also accepted
a parameter that allowed users to specify the output path instead of
defaulting to tmp/representative.

Reply via email to