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 $f(\underline{x})$ for sequence $\underline{x}$ which can be used in LogisticDiffSS.

Author:
Jens Keilwagen
See Also:
LogisticDiffSS

Method Summary
 double getValue(Sequence seq, int start)
          This method returns the value f(seq) used in LogisticDiffSS
 
Methods inherited from interface de.jstacs.Storable
toXML
 

Method Detail

getValue

double getValue(Sequence seq,
                int start)
This method returns the value f(seq) used in LogisticDiffSS

Parameters:
seq - the sequence
start - the start position within the sequence
Returns:
f(seq)