Package edu.cmu.tetrad.search.score
Interface BlockScore
- All Known Implementing Classes:
BlocksBicScore
public interface BlockScore
Tagging interface for scores over blocks of variables.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the specification of the block associated with the score.
-
Method Details
-
getBlockSpec
BlockSpec getBlockSpec()Retrieves the specification of the block associated with the score.- Returns:
- the BlockSpec instance representing the block's specification
-