Interface MultiDataSetAlgorithm
- All Superinterfaces:
Algorithm
,HasParameters
,Serializable
,TetradSerializable
- All Known Implementing Classes:
FaskConcatenated
,FaskLofsConcatenated
,FaskVote
,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.void
setScoreWrapper
(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
-