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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy