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

Packages that use IAltZeroToOneMatrix
org.decisiondeck.jmcda.sample_problems   
org.decisiondeck.jmcda.services.outranking   
org.decisiondeck.xmcda_oo.services.sorting   
org.decisiondeck.xmcda_oo.utils.matrix Provides matrix interfaces and classes. 
 

Uses of IAltZeroToOneMatrix in org.decisiondeck.jmcda.sample_problems
 

Methods in org.decisiondeck.jmcda.sample_problems that return IAltZeroToOneMatrix
 IAltZeroToOneMatrix SixRealCars.getConcordance()
           
 IAltZeroToOneMatrix SixRealCars.getConcordanceRestricted()
          Retrieves the concordance, restricted to the first three alternatives, and taking only into account the first two criteria.
 IAltZeroToOneMatrix SixRealCars.getOutranking()
           
 IAltZeroToOneMatrix SixRealCars.getOutrankingAtDotSeven()
           
 IAltZeroToOneMatrix SixRealCars.getPreference()
           
 

Methods in org.decisiondeck.jmcda.sample_problems that return types with arguments of type IAltZeroToOneMatrix
 Map<Criterion,IAltZeroToOneMatrix> SixRealCars.getDiscordanceByCriteria()
           
 

Uses of IAltZeroToOneMatrix in org.decisiondeck.jmcda.services.outranking
 

Methods in org.decisiondeck.jmcda.services.outranking that return IAltZeroToOneMatrix
 IAltZeroToOneMatrix Concordance.concordance(IProblemData data, ICriteriaWithThresholds thresholds, Weights weights)
           Computes a matrix containing the concordance indices for all the alternatives in the given data.
 IAltZeroToOneMatrix OutrankingFull.getOutranking(IProblemData data, ICriteriaWithThresholds thresholds, ICoalitions coalitions)
           Computes an outranking relation as in electre methods.
 IAltZeroToOneMatrix Outranking.getOutranking(Set<Alternative> alts, Set<Criterion> crits, IRdZeroToOneMatrix<Alternative,Alternative> concs, Map<Criterion,? extends IRdZeroToOneMatrix<Alternative,Alternative>> discs)
           
 IAltZeroToOneMatrix Outranking.getOutrankingWithCut(Set<Alternative> alts, Set<Criterion> crits, IRdZeroToOneMatrix<Alternative,Alternative> concs, Map<Criterion,? extends IRdZeroToOneMatrix<Alternative,Alternative>> discs, Double cutThreshold)
          Computes an outranking relation as in electre methods.
 IAltZeroToOneMatrix Concordance.preference(IProblemData data, ICriteriaWithThresholds thresholds, Weights weights)
           Computes a matrix containing the preference indices, a la Promethee, for all the alternatives in the given data.
 

Methods in org.decisiondeck.jmcda.services.outranking that return types with arguments of type IAltZeroToOneMatrix
 Map<Criterion,IAltZeroToOneMatrix> Concordance.concordances(IProblemData data, ICriteriaWithThresholds thresholds)
           
static Map<Criterion,IAltZeroToOneMatrix> Concordance.concordances(ISortingPreferences sortingProblem)
           
 Map<Criterion,IAltZeroToOneMatrix> Discordance.discordances(IProblemData data, ICriteriaWithThresholds thresholds)
           Computes the discordance matrixes for each criterion in the given data.
 

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

Methods in org.decisiondeck.xmcda_oo.services.sorting with parameters of type IAltZeroToOneMatrix
 IOrderedAssignmentsToMultipleRead SortingAssigner.assign(SortingMode mode, Set<Alternative> alternatives, IAltZeroToOneMatrix outranking, ICatsAndProfs categories)
           Assigns each alternative according to the given sorting mode.
 IOrderedAssignmentsToMultiple SortingAssigner.both(Set<Alternative> alternatives, IAltZeroToOneMatrix outranking, ICatsAndProfs categories)
           Assigns each alternative to both the optimistic and the pessimistic categories, as well as to each category in between.
 IOrderedAssignments SortingAssigner.optimistic(Set<Alternative> alternatives, IAltZeroToOneMatrix outranking, ICatsAndProfs categories)
           Assigns each alternative to the lowest category such that the alternative does not outrank the up profile corresponding to that category and the profile outranks the alternative.
 IOrderedAssignments SortingAssigner.pessimistic(Set<Alternative> alternatives, IAltZeroToOneMatrix outranking, ICatsAndProfs categories)
           Assigns each alternative to the highest category such that the alternative outranks the profile corresponding to that category.
 

Uses of IAltZeroToOneMatrix in org.decisiondeck.xmcda_oo.utils.matrix
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix that implement IAltZeroToOneMatrix
 class AltFuzzyMatrix
           
 



Copyright © 2011. All Rights Reserved.