Class Algorithms
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.Algorithms
A list of algorithm to be compared.
- Author:
- josephramsey
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdds an algorithm.Returns the list of algorithm.
- 
Constructor Details- 
Algorithmspublic Algorithms()Constructs an empty list of algorithms.
 
- 
- 
Method Details- 
addAdds an algorithm.- Parameters:
- algorithm- The algorithmt to add.
 
- 
getAlgorithmsReturns the list of algorithm.- Returns:
- A copy of the list of algorithm that have been added, in that order.
 
 
-