de.jstacs.sequenceScores.differentiable.logistic
Interface LogisticConstraint
- All Superinterfaces:
- Cloneable, Storable
- All Known Implementing Classes:
- ProductConstraint
public interface LogisticConstraint
- extends Storable, Cloneable
This interface defines the function
for sequence
which can be used in LogisticDiffSS
.
- Author:
- Jens Keilwagen
- See Also:
LogisticDiffSS
getValue
double getValue(Sequence seq,
int start)
- This method returns the value f(seq) used in
LogisticDiffSS
- Parameters:
seq
- the sequencestart
- the start position within the sequence
- Returns:
- f(seq)