Uses of Interface
de.jstacs.sequenceScores.differentiable.logistic.LogisticConstraint

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

Uses of LogisticConstraint in de.jstacs.sequenceScores.differentiable.logistic
 

Classes in de.jstacs.sequenceScores.differentiable.logistic that implement LogisticConstraint
 class 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.
 

Constructors in de.jstacs.sequenceScores.differentiable.logistic with parameters of type LogisticConstraint
LogisticDiffSS(AlphabetContainer con, int length, LogisticConstraint... constraint)
          This is the main constructor to create LogisticDiffSS instance.