Uses of Interface
de.jstacs.parameters.RangeIterator

Packages that use RangeIterator
de.jstacs.classifier This package provides the framework for any classifier. 
de.jstacs.classifier.assessment This package allows to assess classifiers. 
de.jstacs.classifier.scoringFunctionBased Provides the classes for Classifiers that are based on ScoringFunctions. 
de.jstacs.classifier.scoringFunctionBased.cll Provides the implementation of the log conditional likelihood as an OptimizableFunction and a classifier that uses log conditional likelihood or supervised posterior to learn the parameters of a set of ScoringFunctions 
de.jstacs.data Provides classes for the representation of data. 
de.jstacs.data.alphabets Provides classes for the representation of discrete and continuous alphabets, including a DNAAlphabet for the most common case of DNA-sequences 
de.jstacs.models.discrete   
de.jstacs.models.discrete.inhomogeneous.parameters   
de.jstacs.parameters This package provides classes for parameters that establish a general convention for the description of parameters as defined in the Parameter-interface. 
 

Uses of RangeIterator in de.jstacs.classifier
 

Classes in de.jstacs.classifier that implement RangeIterator
 class MeasureParameters
          This class holds the parameters for evaluate-methods of a classifier.
 

Uses of RangeIterator in de.jstacs.classifier.assessment
 

Classes in de.jstacs.classifier.assessment that implement RangeIterator
 class ClassifierAssessmentAssessParameterSet
          This class is the super-class used by all ClassifierAssessmentAssessParameterSets.
 class KFoldCVAssessParameterSet
          This class implements a ClassifierAssessmentAssessParameterSet that must be used to call method assess() of a KFoldCrossValidation.
 class RepeatedHoldOutAssessParameterSet
          This class implements a ClassifierAssessmentAssessParameterSet that must be used to call method assess() of a RepatedHoldOutExperiment.
 class RepeatedSubSamplingAssessParameterSet
          This class implements a ClassifierAssessmentAssessParameterSet that must be used to call method assess() of a RepatedSubSamplingExperiment.
 class Sampled_RepeatedHoldOutAssessParameterSet
           
 

Uses of RangeIterator in de.jstacs.classifier.scoringFunctionBased
 

Classes in de.jstacs.classifier.scoringFunctionBased that implement RangeIterator
 class ScoreClassifierParameterSet
          The parameter set for any CL classifier.
 

Uses of RangeIterator in de.jstacs.classifier.scoringFunctionBased.cll
 

Classes in de.jstacs.classifier.scoringFunctionBased.cll that implement RangeIterator
 class CLLClassifierParameterSet
          This class contains the parameters for the CLLClassifier.
 

Uses of RangeIterator in de.jstacs.data
 

Classes in de.jstacs.data that implement RangeIterator
static class Alphabet.AlphabetParameterSet
          The super class for the ParameterSet of any Alphabet.
 class AlphabetContainerParameterSet
          Class for the ParameterSet of an AlphabetContainer.
static class AlphabetContainerParameterSet.AlphabetArrayParameterSet
          Class for the parameters of an array of Alphabets of defined length.
static class AlphabetContainerParameterSet.SectionDefinedAlphabetParameterSet
          Class for the parameters of an array of Alphabets where each alphabet may be used for one or more sections of positions.
 

Uses of RangeIterator in de.jstacs.data.alphabets
 

Classes in de.jstacs.data.alphabets that implement RangeIterator
static class ContinuousAlphabet.ContinuousAlphabetParameterSet
          Class for the ParameterSet of a ContinuousAlphabet.
static class DiscreteAlphabet.DiscreteAlphabetParameterSet
          Class for the ParameterSet of a DiscreteAlphabet.
static class DNAAlphabet.DNAAlphabetParameterSet
          The parameter set for an DNA alphabet.
 

Uses of RangeIterator in de.jstacs.models.discrete
 

Classes in de.jstacs.models.discrete that implement RangeIterator
 class DGMParameterSet
          The super ParameterSet for any ParameterSet of a DiscreteGraphicalModel.
 

Uses of RangeIterator in de.jstacs.models.discrete.inhomogeneous.parameters
 

Classes in de.jstacs.models.discrete.inhomogeneous.parameters that implement RangeIterator
 class BayesianNetworkModelParameterSet
          The ParameterSet for the class BayesianNetworkModel.
 class FSDAGMParameterSet
          The class for the parameters of a FSDAGModel.
 class IDGMParameterSet
          This is the abstract container of parameters that is root container for all inhomogeneous discrete graphical model parameter containers.
 

Uses of RangeIterator in de.jstacs.parameters
 

Classes in de.jstacs.parameters that implement RangeIterator
 class ArrayParameterSet
          Class for a ParameterSet that consists of a length-Parameter that defines the length of the array and an array of ParameterSetContainers of this length.
 class ExpandableParameterSet
          A class for a ParameterSet that can be expanded by additional Parameters at runtime.
 class InstanceParameterSet
          Abstract class for a ParameterSet containing all parameters necessary to construct an Object that implements InstantiableFromParameterSet.
 class MultiSelectionCollectionParameter
          Class for a Parameter that provides a collection of possible values.
 class ParameterSet
          (Container) class for a set of Parameters.
 class ParameterSetContainer
          Class for a Parameter that contains a ParameterSet as value.
 class RangeParameter
          Class for a parameter wrapper that allows SimpleParameters to be set to a set of values.
 class SimpleParameterSet
          Class for a ParameterSet that is constructed from an array of Parameters and thus does nothing in the loadParameters()-method.