Interface MultiDataSetAlgorithm

All Superinterfaces:
Algorithm, HasParameters, Serializable, TetradSerializable
All Known Implementing Classes:
CcdMaxConcatenated, FaskConcatenated, FaskVote, FasLofsConcatenated, FgesConcatenated, Images, ImagesBDeu, ImagesPcStableMax, ImagesSemBic, MultiFaskV1, PcStableMaxConcatenated

public interface MultiDataSetAlgorithm extends Algorithm
Implements an algorithm that takes multiple data sets as input.
Author:
jdramsey
  • Method Details

    • search

      Graph search(List<DataModel> dataSets, Parameters parameters)
      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

      void setScoreWrapper(ScoreWrapper score)