Class AlgorithmDescriptions

java.lang.Object
edu.cmu.tetrad.util.AlgorithmDescriptions

public class AlgorithmDescriptions extends Object
Algorithm descriptions.
Author:
Zhou Yuan zhy19@pitt.edu, Kevin V. Bui (kvb2@pitt.edu)
  • Method Details

    • getInstance

      public static AlgorithmDescriptions getInstance()
      Gets the instance of this class.
      Returns:
      instance of this class
    • get

      public String get(String shortName)
      Gets the description of the algorithm.
      Parameters:
      shortName - short name of the algorithm
      Returns:
      description of the algorithm