Class Cstar
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.oracle.pattern.Cstar
- All Implemented Interfaces:
Algorithm
,HasParameters
,TakesIndependenceWrapper
,UsesScoreWrapper
,TetradSerializable
,Serializable
@Algorithm(name="CStaR",
command="cstar",
algoType=forbid_latent_common_causes)
public class Cstar
extends Object
implements Algorithm, UsesScoreWrapper, TakesIndependenceWrapper
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetComparisonGraph
(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.Returns the score wrapper.search
(DataModel dataSet, Parameters parameters) Runs the search.void
setIndependenceWrapper
(IndependenceWrapper independenceWrapper) Sets the independence wrapper.void
setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.
-
Constructor Details
-
Cstar
public Cstar() -
Cstar
-
-
Method Details
-
search
Description copied from interface:Algorithm
Runs the search. -
getComparisonGraph
Description copied from interface:Algorithm
Returns that graph that the result should be compared to.- Specified by:
getComparisonGraph
in interfaceAlgorithm
- Parameters:
graph
- The true directed graph, if there is one.- Returns:
- The comparison graph.
-
getDescription
Description copied from interface:Algorithm
Returns a short, one-line description of this algorithm. This will be printed in the report.- Specified by:
getDescription
in interfaceAlgorithm
- Returns:
- This description.
-
getDataType
Description copied from interface:Algorithm
Returns the data type that the search requires, whether continuous, discrete, or mixed.- Specified by:
getDataType
in interfaceAlgorithm
- Returns:
- This type.
-
getParameters
Description copied from interface:Algorithm
Returns the parameters that this search uses.- Specified by:
getParameters
in interfaceAlgorithm
- Specified by:
getParameters
in interfaceHasParameters
- Returns:
- A list of String names of parameters.
-
getScoreWrapper
Description copied from interface:UsesScoreWrapper
Returns the score wrapper.- Specified by:
getScoreWrapper
in interfaceUsesScoreWrapper
- Returns:
- the score wrapper.
-
setScoreWrapper
Description copied from interface:UsesScoreWrapper
Sets the score wrapper.- Specified by:
setScoreWrapper
in interfaceUsesScoreWrapper
- Parameters:
score
- the score wrapper.
-
getRecords
-
getIndependenceWrapper
Description copied from interface:TakesIndependenceWrapper
Returns the independence wrapper.- Specified by:
getIndependenceWrapper
in interfaceTakesIndependenceWrapper
- Returns:
- the independence wrapper.
-
setIndependenceWrapper
Description copied from interface:TakesIndependenceWrapper
Sets the independence wrapper.- Specified by:
setIndependenceWrapper
in interfaceTakesIndependenceWrapper
- Parameters:
independenceWrapper
- the independence wrapper.
-