Class ImagesScore

java.lang.Object
edu.cmu.tetrad.search.score.ImagesScore
All Implemented Interfaces:
Score

public class ImagesScore extends Object implements Score
Implements a score to average results over multiple scores. This is used for the IMaGES algorithm. The idea is that one pick and algorithm that takes (only) a score as input, such as FGES or GRaSP or BOSS, and then constructs an ImagesScore (which class) with a list of datasets as input, using same object-identical variables, and feeds this Images score to this algorithm through the constructor. One then runs the algorithm to get an estimate of the structure.

Importantly, only the variables from the first score will be returned from the getVariables method, so it is up to the user to ensure that all the scores share the same (object-identical) variables.

As for all scores in Tetrad, higher scores mean more dependence, and negative scores indicate independence.

Version:
$Id: $Id
Author:
josephramsey
See Also: