Uses of Class
de.unihalle.informatik.MiToBo.math.optimization.MatchingBipartite_HungarianAlgorithm.ScoreInterpretation

Packages that use MatchingBipartite_HungarianAlgorithm.ScoreInterpretation
de.unihalle.informatik.MiToBo.math.optimization   
 

Uses of MatchingBipartite_HungarianAlgorithm.ScoreInterpretation in de.unihalle.informatik.MiToBo.math.optimization
 

Fields in de.unihalle.informatik.MiToBo.math.optimization declared as MatchingBipartite_HungarianAlgorithm.ScoreInterpretation
protected  MatchingBipartite_HungarianAlgorithm.ScoreInterpretation MatchingBipartite_HungarianAlgorithm.matrixScore
          Score interpretation.
 

Methods in de.unihalle.informatik.MiToBo.math.optimization that return MatchingBipartite_HungarianAlgorithm.ScoreInterpretation
static MatchingBipartite_HungarianAlgorithm.ScoreInterpretation MatchingBipartite_HungarianAlgorithm.ScoreInterpretation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatchingBipartite_HungarianAlgorithm.ScoreInterpretation[] MatchingBipartite_HungarianAlgorithm.ScoreInterpretation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.unihalle.informatik.MiToBo.math.optimization with parameters of type MatchingBipartite_HungarianAlgorithm.ScoreInterpretation
MatchingBipartite_HungarianAlgorithm(double[][] smatrix, MatchingBipartite_HungarianAlgorithm.ScoreInterpretation o)
          Default constructor with parameters.
 



Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.