Class Fges
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag.Fges
- All Implemented Interfaces:
Algorithm,ReturnsBootstrapGraphs,HasKnowledge,HasParameters,TakesExternalGraph,UsesScoreWrapper,TetradSerializable,Serializable
@Algorithm(name="FGES",
command="fges",
algoType=forbid_latent_common_causes)
@Bootstrapping
public class Fges
extends Object
implements Algorithm, HasKnowledge, UsesScoreWrapper, TakesExternalGraph, ReturnsBootstrapGraphs
FGES (the heuristic version).
- Author:
- josephramsey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the bootstrap graphs.getComparisonGraph(Graph graph) Returns that graph that the result should be compared to.Returns the data type that the search requires, whether continuous, discrete, or mixed.Returns a short, one-line description of this algorithm.Returns a knowledge object.Returns the parameters that this search uses.Returns the score wrapper.search(DataModel dataModel, Parameters parameters) Runs the search.voidsetExternalGraph(Algorithm algorithm) voidsetKnowledge(Knowledge knowledge) Sets a knowledge object.voidsetScoreWrapper(ScoreWrapper score) Sets the score wrapper.
-
Constructor Details
-
Fges
public Fges() -
Fges
-
-
Method Details
-
search
Description copied from interface:AlgorithmRuns the search. -
getComparisonGraph
Description copied from interface:AlgorithmReturns that graph that the result should be compared to.- Specified by:
getComparisonGraphin interfaceAlgorithm- Parameters:
graph- The true directed graph, if there is one.- Returns:
- The comparison graph.
-
getDescription
Description copied from interface:AlgorithmReturns a short, one-line description of this algorithm. This will be printed in the report.- Specified by:
getDescriptionin interfaceAlgorithm- Returns:
- This description.
-
getDataType
Description copied from interface:AlgorithmReturns the data type that the search requires, whether continuous, discrete, or mixed.- Specified by:
getDataTypein interfaceAlgorithm- Returns:
- This type.
-
getParameters
Description copied from interface:AlgorithmReturns the parameters that this search uses.- Specified by:
getParametersin interfaceAlgorithm- Specified by:
getParametersin interfaceHasParameters- Returns:
- A list of String names of parameters.
-
getKnowledge
Description copied from interface:HasKnowledgeReturns a knowledge object.- Specified by:
getKnowledgein interfaceHasKnowledge- Returns:
- a knowledge object.
-
setKnowledge
Description copied from interface:HasKnowledgeSets a knowledge object.- Specified by:
setKnowledgein interfaceHasKnowledge- Parameters:
knowledge- a knowledge object.
-
getScoreWrapper
Description copied from interface:UsesScoreWrapperReturns the score wrapper.- Specified by:
getScoreWrapperin interfaceUsesScoreWrapper- Returns:
- the score wrapper.
-
setScoreWrapper
Description copied from interface:UsesScoreWrapperSets the score wrapper.- Specified by:
setScoreWrapperin interfaceUsesScoreWrapper- Parameters:
score- the score wrapper.
-
setExternalGraph
- Specified by:
setExternalGraphin interfaceTakesExternalGraph
-
getBootstrapGraphs
Description copied from interface:ReturnsBootstrapGraphsReturns the bootstrap graphs.- Specified by:
getBootstrapGraphsin interfaceReturnsBootstrapGraphs- Returns:
- the bootstrap graphs.
-