Examples of OutlierResult


Examples of de.lmu.ifi.dbs.elki.result.outlier.OutlierResult

    // setup Algorithm
    AggarwalYuEvolutionary<DoubleVector> aggarwalYuEvolutionary = ClassGenericsUtil.parameterizeOrAbort(AggarwalYuEvolutionary.class, params);
    testParameterizationOk(params);

    // run AggarwalYuEvolutionary on database
    OutlierResult result = aggarwalYuEvolutionary.run(db);

    testSingleScore(result, 945, 16.6553612449883);
    testAUC(db, "Noise", result, 0.5799537037037);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.