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

edu.cmu.tetrad.algcomparison.algorithm.ReturnsBootstrapGraphs Maven / Gradle / Ivy

There is a newer version: 7.6.4
Show newest version
package edu.cmu.tetrad.algcomparison.algorithm;

import edu.cmu.tetrad.graph.Graph;

import java.util.List;

public interface ReturnsBootstrapGraphs {

    List getBootstrapGraphs();

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy