Uses of Interface
org.decisiondeck.xmcda_oo.utils.matrix.IEvaluations

Packages that use IEvaluations
org.decisiondeck.jmcda.sample_problems   
org.decisiondeck.jmcda.services.generator   
org.decisiondeck.xmcda_oo.data   
org.decisiondeck.xmcda_oo.services.promethee_profiles   
org.decisiondeck.xmcda_oo.services.sorting   
org.decisiondeck.xmcda_oo.structure   
 

Uses of IEvaluations in org.decisiondeck.jmcda.sample_problems
 

Methods in org.decisiondeck.jmcda.sample_problems that return IEvaluations
 IEvaluations SixRealCars.getPrometheeProfiles()
           
 

Uses of IEvaluations in org.decisiondeck.jmcda.services.generator
 

Methods in org.decisiondeck.jmcda.services.generator that return IEvaluations
 IEvaluations RandomGenerator.genAlternativesEvaluations()
          Generates random alternatives evaluations.
 IEvaluations DataGenerator.genSplitProfilesEvaluations()
           Reuses scales and profiles stored in this object and generates profiles evaluations that split the categories in sizes that are as equal as possible.
 IEvaluations DataGenerator.genSplitProfilesEvaluations(Set<Alternative> profiles, Map<Criterion,IOrderedInterval> scales)
           A convenience method that stores the given profiles and categories and then generate the split profiles evaluations as if #gen had been called.
 

Uses of IEvaluations in org.decisiondeck.xmcda_oo.data
 

Methods in org.decisiondeck.xmcda_oo.data that return IEvaluations
 IEvaluations RandomGeneratorOld.genAlternativesEvaluations(int nbAlternatives, int nbCriteria)
          Generates random alternatives evaluations.
 IEvaluations RandomGeneratorOld.genSharedProfilesEvaluations(int nbProfiles, int nbCriteria)
          Generates random profiles evaluations, the same for all decision makers.
 IEvaluations BasicGenerator.genSplitProfilesEvaluations(int nbProfiles, int nbCriteria)
          Deprecated. requires ordered intervals, integer scales, and other oddities.
 

Methods in org.decisiondeck.xmcda_oo.data that return types with arguments of type IEvaluations
 Map<DecisionMaker,IEvaluations> RandomGeneratorOld.genProfilesEvaluations(int nbDms, int nbProfiles, int nbCriteria)
          Generates random profiles evaluations for the given number of decision makers.
 

Uses of IEvaluations in org.decisiondeck.xmcda_oo.services.promethee_profiles
 

Methods in org.decisiondeck.xmcda_oo.services.promethee_profiles that return IEvaluations
 IEvaluations PrometheeProfiles.computeProfiles(IProblemData data, ICriteriaWithThresholds thresholds)
           
 

Uses of IEvaluations in org.decisiondeck.xmcda_oo.services.sorting
 

Methods in org.decisiondeck.xmcda_oo.services.sorting that return IEvaluations
 IEvaluations StandardizeProfiles.getInStandardForm(IRdEvaluations profilesEvaluations, Map<Criterion,IntegerStepScaleToDel> scales, SortingMode sortingMode)
          Please use only in the absence of veto thresholds.
 

Uses of IEvaluations in org.decisiondeck.xmcda_oo.structure
 

Classes in org.decisiondeck.xmcda_oo.structure that implement IEvaluations
 class EvaluationMatrix
           A matrix which is able to store, at specific positions given by an alternative (as the row) and a criterion (as the column), an evaluation of how the given alternative performs from the point of view of the given criterion.
 class EvaluationsByRows
           
 



Copyright © 2011. All Rights Reserved.