~ubuntu-branches/ubuntu/vivid/elki/vivid

« back to all changes in this revision

Viewing changes to test/de/lmu/ifi/dbs/elki/algorithm/clustering/TestSLINKResults.java

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2012-12-14 20:45:15 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121214204515-4m0d0er9ivtu5w9d
Tags: 0.5.5-1
New upstream release: 0.5.5 interim release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
    // Setup algorithm
62
62
    ListParameterization params = new ListParameterization();
63
 
    params.addParameter(SLINK.SLINK_MINCLUSTERS_ID, 3);
 
63
    params.addParameter(SLINK.Parameterizer.SLINK_MINCLUSTERS_ID, 3);
64
64
    SLINK<DoubleVector, DoubleDistance> slink = ClassGenericsUtil.parameterizeOrAbort(SLINK.class, params);
65
65
    testParameterizationOk(params);
66
66