Class RestrictedBoss
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.AbstractBootstrapAlgorithm
edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag.RestrictedBoss
- All Implemented Interfaces:
- Algorithm,- ReturnsBootstrapGraphs,- HasParameters,- UsesScoreWrapper,- TetradSerializable,- Serializable
@Bootstrapping
public class RestrictedBoss
extends AbstractBootstrapAlgorithm
implements Algorithm, UsesScoreWrapper, ReturnsBootstrapGraphs
BOSS-DC (Best Order Score Search Divide and Conquer)
- Version:
- $Id: $Id
- Author:
- bryanandrews, josephramsey
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor for RestrictedBoss.RestrictedBoss(ScoreWrapper score) Constructor for RestrictedBoss.
- 
Method SummaryModifier 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 edu.cmu.tetrad.algcomparison.algorithm.AbstractBootstrapAlgorithmgetBootstrapGraphs, searchMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface edu.cmu.tetrad.algcomparison.algorithm.ReturnsBootstrapGraphsgetBootstrapGraphs
- 
Constructor Details- 
RestrictedBosspublic RestrictedBoss()Constructor for RestrictedBoss. 
- 
RestrictedBossConstructor for RestrictedBoss. - Parameters:
- score- a- ScoreWrapperobject
 
 
- 
- 
Method Details- 
getComparisonGraphReturns that graph that the result should be compared to.- Specified by:
- getComparisonGraphin interface- Algorithm
- Parameters:
- graph- The true directed graph, if there is one.
- Returns:
- The comparison graph.
 
- 
getDescriptionReturns a short, one-line description of this algorithm. This will be printed in the report.- Specified by:
- getDescriptionin interface- Algorithm
- Returns:
- This description.
 
- 
getDataTypeReturns the data type that the search requires, whether continuous, discrete, or mixed.- Specified by:
- getDataTypein interface- Algorithm
- Returns:
- This type.
 
- 
getParametersReturns the list of parameter names that are used. These are looked up in ParamMap, so if they're not- Specified by:
- getParametersin interface- HasParameters
- 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.
 
- 
getScoreWrapperReturns the score wrapper.- Specified by:
- getScoreWrapperin interface- UsesScoreWrapper
- Returns:
- the score wrapper.
 
- 
setScoreWrapperSets the score wrapper.- Specified by:
- setScoreWrapperin interface- UsesScoreWrapper
- Parameters:
- score- the score wrapper.
 
 
-