Enum Class Ftfc.Algorithm

java.lang.Object
java.lang.Enum<Ftfc.Algorithm>
edu.cmu.tetrad.search.Ftfc.Algorithm
All Implemented Interfaces:
Serializable, Comparable<Ftfc.Algorithm>, Constable
Enclosing class:
Ftfc

public static enum Ftfc.Algorithm extends Enum<Ftfc.Algorithm>
Gives the options to be used in FOFC to sort through the various possibilities for forming clusters to find the best options. SAG (Seed and Grow) looks for good seed clusters and then grows them by adding one variable at a time. GAP (Grow and Pick) grows out all the cluster initially and then just picks from among these. SAG is generally faster; GAP is generally slower but more accurate.