Uses of Class
de.jstacs.parameters.InstanceParameterSet

Packages that use InstanceParameterSet
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.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 InstanceParameterSet in de.jstacs.classifier.scoringFunctionBased
 

Subclasses of InstanceParameterSet in de.jstacs.classifier.scoringFunctionBased
 class ScoreClassifierParameterSet
          The parameter set for any CL classifier.
 

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

Subclasses of InstanceParameterSet in de.jstacs.classifier.scoringFunctionBased.cll
 class CLLClassifierParameterSet
          This class contains the parameters for the CLLClassifier.
 

Uses of InstanceParameterSet in de.jstacs.models.discrete
 

Subclasses of InstanceParameterSet in de.jstacs.models.discrete
 class DGMParameterSet
          The super ParameterSet for any ParameterSet of a DiscreteGraphicalModel.
 

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

Subclasses of InstanceParameterSet in de.jstacs.models.discrete.inhomogeneous.parameters
 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 InstanceParameterSet in de.jstacs.parameters
 

Methods in de.jstacs.parameters that return InstanceParameterSet
 InstanceParameterSet InstanceParameterSet.clone()