Class MVPBicScore
java.lang.Object
edu.cmu.tetrad.algcomparison.score.MVPBicScore
- All Implemented Interfaces:
ScoreWrapper
,HasParameters
,TetradSerializable
,Serializable
@Experimental
@Score(name="Mixed Variable Polynomial BIC Score",
command="mvp-bic-score",
dataType=Mixed)
public class MVPBicScore
extends Object
implements ScoreWrapper
Wrapper for MVP BIC Score.
- Author:
- Bryan Andrews
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data type of the MVP BIC score.Returns the description of the MVP BIC score.Returns the parameters of the MVP BIC score.getScore
(DataModel dataSet, Parameters parameters) Returns the MVP BIC score.getVariable
(String name) Returns the variable of the MVP BIC score by name.
-
Constructor Details
-
MVPBicScore
public MVPBicScore()
-
-
Method Details
-
getScore
Returns the MVP BIC score.- Specified by:
getScore
in interfaceScoreWrapper
- Parameters:
dataSet
- The data set to test independence against.parameters
- The paramters of the test.- Returns:
- The MVP BIC score.
-
getDescription
Returns the description of the MVP BIC score.- Specified by:
getDescription
in interfaceScoreWrapper
- Returns:
- The description of the MVP BIC score.
-
getDataType
Returns the data type of the MVP BIC score.- Specified by:
getDataType
in interfaceScoreWrapper
- Returns:
- The data type of the MVP BIC score.
-
getParameters
Returns the parameters of the MVP BIC score.- Specified by:
getParameters
in interfaceHasParameters
- Specified by:
getParameters
in interfaceScoreWrapper
- Returns:
- The parameters of the MVP BIC score.
-
getVariable
Returns the variable of the MVP BIC score by name.- Specified by:
getVariable
in interfaceScoreWrapper
- Parameters:
name
- the name.- Returns:
- The variable of the MVP BIC score by name.
-