Class Algorithms
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.Algorithms
A list of algorithm to be compared.
- Author:
- josephramsey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds an algorithm.Returns the list of algorithm.
-
Constructor Details
-
Algorithms
public Algorithms()Constructs an empty list of algorithms.
-
-
Method Details
-
add
Adds an algorithm.- Parameters:
algorithm
- The algorithmt to add.
-
getAlgorithms
Returns the list of algorithm.- Returns:
- A copy of the list of algorithm that have been added, in that order.
-