Interface MultiDataSetAlgorithm
- All Superinterfaces:
Algorithm,HasParameters,Serializable,TetradSerializable
- All Known Implementing Classes:
FaskConcatenated,FaskLofsConcatenated,FaskVote,FciIod,FgesConcatenated,Images
Implements an algorithm that takes multiple data sets as input.
- Author:
- josephramsey
-
Method Summary
Modifier 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.Algorithm
getComparisonGraph, getDataType, getDescription, getParameters, search
-
Method Details
-
search
Runs the search.- Parameters:
dataSets- The data set to run to the search on.parameters- The paramters of the search.- Returns:
- The result graph.
-
setScoreWrapper
Sets a score wrapper if not null.- Parameters:
score- The wrapper- See Also:
-
setIndTestWrapper
Sets a test wrapper if not null.- Parameters:
test- The wrapper- See Also:
-