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

Examples of org.emftrace.quarc.core.gssquery.ratingscalculator.AdjustmentProcessor


        gssQuery, queryResultSet, accessLayer, cacheManager);

    adjustmentMatrixCreator.runWithoutUnicaseCommand();
    Matrix adjustmentMatrix = adjustmentMatrixCreator.getMatrix();

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

  }
View Full Code Here

TOP

Related Classes of org.emftrace.quarc.core.gssquery.ratingscalculator.AdjustmentProcessor

Copyright © 2018 www.massapicom. 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.