Class Ccd
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.oracle.pag.Ccd
- All Implemented Interfaces:
Algorithm,ReturnsBootstrapGraphs,HasParameters,TakesIndependenceWrapper,TetradSerializable,Serializable
@Algorithm(name="CCD",
command="ccd",
algoType=forbid_latent_common_causes)
@Bootstrapping
public class Ccd
extends Object
implements Algorithm, TakesIndependenceWrapper, ReturnsBootstrapGraphs
CCD (Cyclic Causal Discovery)
- 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 the parameters that this search uses.search(DataModel dataSet, Parameters parameters) Runs the search.voidsetIndependenceWrapper(IndependenceWrapper independenceWrapper) Sets the independence wrapper.
-
Constructor Details
-
Ccd
public Ccd() -
Ccd
-
-
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.
-
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:
independenceWrapper- the independence wrapper.
-
getBootstrapGraphs
Description copied from interface:ReturnsBootstrapGraphsReturns the bootstrap graphs.- Specified by:
getBootstrapGraphsin interfaceReturnsBootstrapGraphs- Returns:
- the bootstrap graphs.
-