Package edu.cmu.tetrad.util
Class AlgorithmDescriptions
java.lang.Object
edu.cmu.tetrad.util.AlgorithmDescriptions
Algorithm descriptions.
- Author:
- Zhou Yuan zhy19@pitt.edu, Kevin V. Bui (kvb2@pitt.edu)
-
Method Summary
Modifier and TypeMethodDescriptionGets the description of the algorithm.static AlgorithmDescriptions
Gets the instance of this class.
-
Method Details
-
getInstance
Gets the instance of this class.- Returns:
- instance of this class
-
get
Gets the description of the algorithm.- Parameters:
shortName
- short name of the algorithm- Returns:
- description of the algorithm
-