Package de.jstacs.sequenceScores.differentiable.logistic

Interface Summary
LogisticConstraint This interface defines the function $f(\underline{x})$ for sequence $\underline{x}$ which can be used in LogisticDiffSS.
 

Class Summary
LogisticDiffSS This class implements a logistic function.
ProductConstraint This class implements product constraints, i.e., the method ProductConstraint.getValue(Sequence,int) returns the product of the values for the positions defined in the constructor.