Uses of Package
de.jstacs.sequenceScores.differentiable.logistic

Packages that use de.jstacs.sequenceScores.differentiable.logistic
de.jstacs.sequenceScores.differentiable.logistic   
 

Classes in de.jstacs.sequenceScores.differentiable.logistic used by de.jstacs.sequenceScores.differentiable.logistic
LogisticConstraint
          This interface defines the function $f(\underline{x})$ for sequence $\underline{x}$ which can be used in LogisticDiffSS.
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.