Interface MultiDataSetAlgorithm
- All Superinterfaces:
Algorithm
,HasParameters
,Serializable
,TetradSerializable
- All Known Implementing Classes:
CcdMaxConcatenated
,FaskConcatenated
,FaskVote
,FasLofsConcatenated
,FgesConcatenated
,Images
,ImagesBDeu
,ImagesPcStableMax
,ImagesSemBic
,MultiFaskV1
,PcStableMaxConcatenated
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.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
-