net.maizegenetics.analysis.modelfitter.ForwardRegression Maven / Gradle / Ivy
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