public final class CommonNormalGeneTrimmingModel extends java.lang.Object implements GeneTrimmingModel
| Modifier and Type | Field and Description |
|---|---|
int |
maxPLength |
NormalDistributionParameters |
parameters |
| Constructor and Description |
|---|
CommonNormalGeneTrimmingModel(double mu,
double sigma,
int maxPLength) |
| Modifier and Type | Method and Description |
|---|---|
static GeneFeature |
cdr3Part(GeneType geneType) |
GeneTrimmingGenerator |
create(org.apache.commons.math3.random.RandomGenerator random,
VDJCGene gene) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final NormalDistributionParameters parameters
public final int maxPLength
public CommonNormalGeneTrimmingModel(double mu,
double sigma,
int maxPLength)
public static GeneFeature cdr3Part(GeneType geneType)
public GeneTrimmingGenerator create(org.apache.commons.math3.random.RandomGenerator random, VDJCGene gene)
create in interface GeneTrimmingModelpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object