Class RestrictedBoss
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.AbstractBootstrapAlgorithm
edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag.RestrictedBoss
- All Implemented Interfaces:
Algorithm, LatentStructureAlgorithm, ReturnsBootstrapGraphs, HasParameters, TakesScoreWrapper, TetradSerializable, Serializable
@Algorithm(name="Restricted-BOSS",
command="r-boss",
algoType=forbid_latent_common_causes)
@Bootstrapping
public class RestrictedBoss
extends AbstractBootstrapAlgorithm
implements Algorithm, TakesScoreWrapper, ReturnsBootstrapGraphs, LatentStructureAlgorithm
Restricted BOSS.
- Version:
- $Id: $Id
- Author:
- bryanandrews, josephramsey
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for RestrictedBoss.RestrictedBoss(ScoreWrapper score) Constructor for RestrictedBoss. -
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 list of parameter names that are used.Returns the score wrapper.voidsetScoreWrapper(ScoreWrapper score) Sets the score wrapper.Methods inherited from class AbstractBootstrapAlgorithm
getBootstrapGraphs, searchMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ReturnsBootstrapGraphs
getBootstrapGraphs
-
Constructor Details
-
RestrictedBoss
public RestrictedBoss()Constructor for RestrictedBoss.
-
RestrictedBoss
Constructor for RestrictedBoss.
- Parameters:
score- aScoreWrapperobject
-
-
Method Details
-
getComparisonGraph
Returns 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
Returns a short, one-line description of this algorithm. This will be printed in the report.- Specified by:
getDescriptionin interfaceAlgorithm- Returns:
- This description.
-
getDataType
Returns the data type that the search requires, whether continuous, discrete, or mixed.- Specified by:
getDataTypein interfaceAlgorithm- Returns:
- This type.
-
getParameters
Returns the list of parameter names that are used. These are looked up in ParamMap, so if they're not- Specified by:
getParametersin interfaceHasParameters- Returns:
- Returns the list of parameter names that are used. These are looked up in ParamMap, so if they're not already defined they'll need to be defined there.
-
getScoreWrapper
Returns the score wrapper.- Specified by:
getScoreWrapperin interfaceTakesScoreWrapper- Returns:
- the score wrapper.
-
setScoreWrapper
Sets the score wrapper.- Specified by:
setScoreWrapperin interfaceTakesScoreWrapper- Parameters:
score- the score wrapper.
-