Examples of RangCorrelationTest


Examples of eu.planets_project.pp.plato.sensitivity.RangCorrelationTest

import eu.planets_project.pp.plato.sensitivity.SimpleIterativeWeightModifier;

public class SensitivityAnalysisTestFactory {
   
    public static ISensitivityTest getSensitivityTest(Node root, IAggregator aggregator, List<Alternative> alternatives) {
        return new RangCorrelationTest(root, aggregator, alternatives);
    }
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.