Interface ScoreWrapper
- All Superinterfaces:
- HasParameters,- Serializable,- TetradSerializable
- All Known Implementing Classes:
- BasisFunctionBicScore,- BdeuScore,- ConditionalGaussianBicScore,- DegenerateGaussianBicScore,- DiscreteBicScore,- EbicScore,- GicScores,- MagDgBicScore,- MSepScore,- MVPBicScore,- PoissonPriorScore,- SemBicScore,- ZhangShenBoundScore
Interface that algorithm must implement.
- Version:
- $Id: $Id
- Author:
- josephramsey
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final longConstantserialVersionUID=23L
- 
Method SummaryModifier and TypeMethodDescriptionReturns the data type that the search requires, whether continuous, discrete, or mixed.Returns a short of this independence test.Returns the parameters that this search uses.getScore(DataModel dataSet, Parameters parameters) Returns true, iff x and y are independent, conditional on z for the given data set.getVariable(String name) Returns the variable with the given name.
- 
Field Details- 
serialVersionUIDstatic final long serialVersionUIDConstantserialVersionUID=23L- See Also:
 
 
- 
- 
Method Details- 
getScoreReturns true, iff x and y are independent, conditional on z for the given data set.- Parameters:
- dataSet- The data set to test independence against.
- parameters- The parameters of the test.
- Returns:
- True iff independence holds.
 
- 
getDescriptionString getDescription()Returns a short of this independence test.- Returns:
- This description.
 
- 
getDataTypeDataType getDataType()Returns the data type that the search requires, whether continuous, discrete, or mixed.- Returns:
- This type.
 
- 
getParametersReturns the parameters that this search uses.- Specified by:
- getParametersin interface- HasParameters
- Returns:
- A list for String names of parameters.
 
- 
getVariableReturns the variable with the given name.- Parameters:
- name- the name.
- Returns:
- the variable.
 
 
-