public static class SoftPathModel.SoftMatrixEntry extends Object implements AlignmentMatrixEntry
Constructor and Description |
---|
SoftPathModel.SoftMatrixEntry() |
Modifier and Type | Method and Description |
---|---|
double[] |
getDelCosts() |
double |
getDelLocal() |
double |
getDelProb() |
double |
getDelSoftDerivative() |
double[] |
getInsCosts() |
double |
getInsLocal() |
double |
getInsProb() |
double |
getInsSoftDerivative() |
double[] |
getRepCosts() |
double |
getRepLocal() |
double |
getRepProb() |
double |
getRepSoftDerivative() |
double |
getSoftmin() |
void |
setDelCosts(double[] delCosts) |
void |
setDelLocal(double delLocal) |
void |
setDelProb(double delProb) |
void |
setDelSoftDerivative(double delSoftDerivative) |
void |
setInsCosts(double[] insCosts) |
void |
setInsLocal(double insLocal) |
void |
setInsProb(double insProb) |
void |
setInsSoftDerivative(double insSoftDerivative) |
void |
setRepCosts(double[] repCosts) |
void |
setRepLocal(double repLocal) |
void |
setRepProb(double repProb) |
void |
setRepSoftDerivative(double repSoftDerivative) |
void |
setSoftmin(double softmin) |
public double[] getDelCosts()
public void setDelCosts(double[] delCosts)
public double getDelLocal()
public void setDelLocal(double delLocal)
public double getDelProb()
public void setDelProb(double delProb)
public double getDelSoftDerivative()
public void setDelSoftDerivative(double delSoftDerivative)
public double[] getInsCosts()
public void setInsCosts(double[] insCosts)
public double getInsLocal()
public void setInsLocal(double insLocal)
public double getInsProb()
public void setInsProb(double insProb)
public double getInsSoftDerivative()
public void setInsSoftDerivative(double insSoftDerivative)
public double[] getRepCosts()
public void setRepCosts(double[] repCosts)
public double getRepLocal()
public void setRepLocal(double repLocal)
public double getRepProb()
public void setRepProb(double repProb)
public double getRepSoftDerivative()
public void setRepSoftDerivative(double repSoftDerivative)
public double getSoftmin()
public void setSoftmin(double softmin)
Copyright © 2014. All rights reserved.