Interface MultiDataSetAlgorithm
- All Superinterfaces:
Algorithm,HasParameters,Serializable,TetradSerializable
- All Known Implementing Classes:
CcdMaxConcatenated,FaskConcatenated,FaskLofsConcatenated,FaskVote,FgesConcatenated,Images
Implements an algorithm that takes multiple data sets as input.
- Author:
- jdramsey
-
Method Summary
Modifier and TypeMethodDescriptionsearch(List<DataModel> dataSets, Parameters parameters) Runs the search.voidsetScoreWrapper(ScoreWrapper score) 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
-