net.maizegenetics.analysis.modelfitter.ForwardRegression Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tassel Show documentation
Show all versions of tassel Show documentation
TASSEL is a software package to evaluate traits associations, evolutionary patterns, and linkage
disequilibrium.
package net.maizegenetics.analysis.modelfitter;
import java.util.List;
import net.maizegenetics.phenotype.Phenotype;
public interface ForwardRegression {
/**
* @return a list of terms in the model. Each item in the list is an an array whose first element is a Position. The second element an Integer equal to the site index of the term.
* The third element is a Double equal to the p-value for the term.
*/
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy