Package org.emftrace.quarc.core.gssquery.ratingscalculator

Examples of org.emftrace.quarc.core.gssquery.ratingscalculator.AdjustmentProcessor.runWithoutUnicaseCommand()


    Matrix adjustmentMatrix = adjustmentMatrixCreator.getMatrix();

    AdjustmentProcessor adjustmentProcessor = new AdjustmentProcessor(
        gssQuery, queryResultSet, accessLayer, cacheManager,
        unajustedGoalRatingsMatrix, adjustmentMatrix);
    adjustmentProcessor.runWithoutUnicaseCommand();
    adjustedRatingsMatrix = adjustmentProcessor.getMatrix();

  }

  @Test
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.