Interface MultiDataSetAlgorithm
- All Superinterfaces:
- Algorithm,- HasParameters,- Serializable,- TetradSerializable
- All Known Implementing Classes:
- FaskConcatenated,- FaskLofsConcatenated,- FaskVote,- FciIod,- FgesConcatenated,- Images,- ImagesBoss
Implements an algorithm that takes multiple data sets as input.
- Author:
- josephramsey
- 
Method SummaryModifier and TypeMethodDescriptionsearch(List<DataModel> dataSets, Parameters parameters) Runs the search.voidSets a test wrapper if not null.voidsetScoreWrapper(ScoreWrapper score) Sets a score wrapper if not null.Methods inherited from interface edu.cmu.tetrad.algcomparison.algorithm.AlgorithmgetComparisonGraph, getDataType, getDescription, getParameters, search
- 
Method Details- 
searchRuns the search.- Parameters:
- dataSets- The data set to run to the search on.
- parameters- The paramters of the search.
- Returns:
- The result graph.
 
- 
setScoreWrapperSets a score wrapper if not null.- Parameters:
- score- The wrapper
- See Also:
 
- 
setIndTestWrapperSets a test wrapper if not null.- Parameters:
- test- The wrapper
- See Also:
 
 
-