GenotypeBuilderSelectionProblemMixin#

class pybrops.breed.prot.sel.prob.GenotypeBuilderSelectionProblem.GenotypeBuilderSelectionProblemMixin[source]#

Bases: object

Helper class to implement properties common to GB.

Methods

from_pgmat_gpmod

rtype:

GenotypeBuilderSelectionProblemMixin

Attributes

haplomat

Haplotype effect matrix of shape (m,n,b,t).

nbestfndr

nbestfndr.

nlatent

Number of latent variables.

ploidy

ploidy.

property haplomat: ndarray#

Haplotype effect matrix of shape (m,n,b,t).

property nbestfndr: Integral#

nbestfndr.

property nlatent: Integral#

Number of latent variables.

property ploidy: Integral#

ploidy.