All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.cmu.tetrad.algcomparison.utils.UsesScoreWrapper Maven / Gradle / Ivy

There is a newer version: 7.6.5
Show newest version
package edu.cmu.tetrad.algcomparison.utils;

import edu.cmu.tetrad.algcomparison.score.ScoreWrapper;

/**
 * Author : Jeremy Espino MD Created  7/6/17 2:19 PM
 */
public interface UsesScoreWrapper {

    ScoreWrapper getScoreWrapper();

    void setScoreWrapper(ScoreWrapper score);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy