Class Fci
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.oracle.pag.Fci
- All Implemented Interfaces:
Algorithm,ReturnsBootstrapGraphs,HasKnowledge,HasParameters,TakesIndependenceWrapper,TetradSerializable,Serializable
@Algorithm(name="FCI",
command="fci",
algoType=allow_latent_common_causes)
@Bootstrapping
public class Fci
extends Object
implements Algorithm, HasKnowledge, TakesIndependenceWrapper, ReturnsBootstrapGraphs
FCI.
- 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 the independence wrapper.Returns a knowledge object.Returns the parameters that this search uses.search(DataModel dataModel, Parameters parameters) Runs the search.voidSets the independence wrapper.voidsetKnowledge(Knowledge knowledge) Sets a knowledge object.
-
Constructor Details
-
Fci
public Fci() -
Fci
-
-
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.
-
getIndependenceWrapper
Description copied from interface:TakesIndependenceWrapperReturns the independence wrapper.- Specified by:
getIndependenceWrapperin interfaceTakesIndependenceWrapper- Returns:
- the independence wrapper.
-
setIndependenceWrapper
Description copied from interface:TakesIndependenceWrapperSets the independence wrapper.- Specified by:
setIndependenceWrapperin interfaceTakesIndependenceWrapper- Parameters:
test- the independence wrapper.
-
getBootstrapGraphs
Description copied from interface:ReturnsBootstrapGraphsReturns the bootstrap graphs.- Specified by:
getBootstrapGraphsin interfaceReturnsBootstrapGraphs- Returns:
- the bootstrap graphs.
-