Uses of Class
edu.washington.cs.supple.render.utility.FactorStatistics

Packages that use FactorStatistics
edu.washington.cs.supple.render   
edu.washington.cs.supple.render.utility   
 

Uses of FactorStatistics in edu.washington.cs.supple.render
 

Fields in edu.washington.cs.supple.render declared as FactorStatistics
protected  FactorStatistics Solution.factorStatistics
           
 

Methods in edu.washington.cs.supple.render that return FactorStatistics
 FactorStatistics Solution.getFactorStatistics()
           
 

Methods in edu.washington.cs.supple.render with parameters of type FactorStatistics
 void Solution.setFactorStatistics(FactorStatistics factorStatistics)
           
 

Uses of FactorStatistics in edu.washington.cs.supple.render.utility
 

Methods in edu.washington.cs.supple.render.utility that return FactorStatistics
 FactorStatistics RegretCalculator.calculateFactorStatistics(int strategy, java.util.Collection factors, java.util.Collection widgetBags)
          Calculates contributions of individual factors to the overall cost
 

Methods in edu.washington.cs.supple.render.utility with parameters of type FactorStatistics
 java.lang.String FactorStatistics.getMaxDifferenceFactorName(FactorStatistics stats2)
          Compares this factor statistics with another one and returns the factor name that has the biggest difference between the two
 java.lang.String FactorStatistics.getMaxFactorName(FactorStatistics stats2)
          Compares this factor statistics with another one and returns the factor name that has the biggest statistics between the two