Class ReidentifyVariables

java.lang.Object
edu.cmu.tetrad.sem.ReidentifyVariables

public class ReidentifyVariables extends Object
Utility for reidentifying variables for multiple indicator structure searches.
Version:
$Id: $Id
Author:
josephramsey
  • Constructor Details

    • ReidentifyVariables

      public ReidentifyVariables()
      Constructs a new instance of the ReidentifyVariables.
  • Method Details

    • reidentifyVariables1

      public static List<String> reidentifyVariables1(List<List<Node>> partition, Graph trueGraph)

      reidentifyVariables1.

      Parameters:
      partition - a List object
      trueGraph - a Graph object
      Returns:
      a List object
    • reidentifyVariables2

      public static List<String> reidentifyVariables2(List<List<Node>> clusters, Graph trueGraph, DataSet data)

      reidentifyVariables2.

      Parameters:
      clusters - a List object
      trueGraph - a Graph object
      data - a DataSet object
      Returns:
      a List object
    • getLatents

      public static List<Node> getLatents(Graph graph)

      getLatents.

      Parameters:
      graph - a Graph object
      Returns:
      a List object