Interface UsesScoreWrapper
- All Known Implementing Classes:
Bfci,Boss,BossLingam,Cstar,DirectLingam,Fask,FaskVote,Fges,FgesMb,Gfci,Grasp,GraspFci,Images,ImagesBoss,RestrictedBoss,Sp,SpFci,SvarGfci
public interface UsesScoreWrapper
Tags an algorithm as using a score wrapper.
Author : Jeremy Espino MD Created 7/6/17 2:19 PM
-
Method Summary
Modifier and TypeMethodDescriptionReturns the score wrapper.voidsetScoreWrapper(ScoreWrapper score) Sets the score wrapper.
-
Method Details
-
getScoreWrapper
ScoreWrapper getScoreWrapper()Returns the score wrapper.- Returns:
- the score wrapper.
-
setScoreWrapper
Sets the score wrapper.- Parameters:
score- the score wrapper.
-