Uses of Package
de.jstacs.motifDiscovery.history

Packages that use de.jstacs.motifDiscovery.history
de.jstacs.classifiers.differentiableSequenceScoreBased Provides the classes for Classifiers that are based on SequenceScores. 
de.jstacs.motifDiscovery This package provides the framework including the interface for any de novo motif discoverer 
de.jstacs.motifDiscovery.history   
 

Classes in de.jstacs.motifDiscovery.history used by de.jstacs.classifiers.differentiableSequenceScoreBased
History
          This interface is used to manage the history of some process.
 

Classes in de.jstacs.motifDiscovery.history used by de.jstacs.motifDiscovery
History
          This interface is used to manage the history of some process.
 

Classes in de.jstacs.motifDiscovery.history used by de.jstacs.motifDiscovery.history
CappedHistory
          This class combines a threshold on the number of steps which can be performed with any other History.
History
          This interface is used to manage the history of some process.
NoRevertHistory
          This class implements a history that allows operations, that are not a priorily forbidden and do not create a configuration that has already be considered.
RestrictedRepeatHistory
          This class implements a history that allows operations (i.e. a pair of int), that are not a priorily forbidden and that are done before less than a specified threshold.
SimpleHistory
          This class implements a simple history that has a limited memory that will be used cyclicly.