Interface MultiDataSetAlgorithm

All Superinterfaces:
Algorithm, HasParameters, Serializable, TetradSerializable
All Known Implementing Classes:
FaskConcatenated, FaskLofsConcatenated, FaskVote, FciIod, FgesConcatenated, Images, ImagesBoss

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

    • search

      Graph search(List<DataModel> dataSets, Parameters parameters)
      Runs the search.
      Parameters:
      dataSets - The data sets.
      parameters - The parameters.
      Returns:
      The graph.
    • setScoreWrapper

      void setScoreWrapper(ScoreWrapper score)
      Sets a score wrapper if not null.
      Parameters:
      score - The wrapper
    • setIndTestWrapper

      void setIndTestWrapper(IndependenceWrapper test)
      Sets a test wrapper if not null.
      Parameters:
      test - The wrapper