Enum Class Fofc.Algorithm

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

public static enum Fofc.Algorithm extends Enum<Fofc.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.