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

org.broadinstitute.hellbender.utils.mcmc.DataCollection Maven / Gradle / Ivy

There is a newer version: 4.6.0.0
Show newest version
package org.broadinstitute.hellbender.utils.mcmc;

/**
 * Interface for tagging any class that represents a collection of datasets required to update posterior samples
 * for Markov-Chain Monte Carlo sampling using samplers implementing the {@link ParameterSampler} interface.
 *
 * @author Samuel Lee <[email protected]>
 */
public interface DataCollection {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy