Class Algorithms

java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.Algorithms

public class Algorithms extends Object
A list of algorithm to be compared.
Author:
josephramsey
  • Constructor Details

    • Algorithms

      public Algorithms()
      Constructs an empty list of algorithms.
  • Method Details

    • add

      public void add(Algorithm algorithm)
      Adds an algorithm.
      Parameters:
      algorithm - The algorithmt to add.
    • getAlgorithms

      public List<Algorithm> getAlgorithms()
      Returns the list of algorithm.
      Returns:
      A copy of the list of algorithm that have been added, in that order.