Uses of Class
de.jstacs.parameters.SimpleParameter.IllegalValueException

Packages that use SimpleParameter.IllegalValueException
de.jstacs.algorithms.optimization.termination   
de.jstacs.classifier.assessment This package allows to assess classifiers. 
de.jstacs.classifier.scoringFunctionBased.gendismix Provides an implementation of a classifier that allows to train the parameters of a set of NormalizableScoringFunctions by a unified generative-discriminative learning principle 
de.jstacs.classifier.scoringFunctionBased.sampling Provides the classes for AbstractScoreBasedClassifiers that are based on SamplingScoringFunctions and that sample parameters using the Metropolis-Hastings algorithm. 
de.jstacs.models.discrete   
de.jstacs.models.discrete.inhomogeneous.parameters   
de.jstacs.models.hmm The package provides all interfaces and classes for a hidden Markov model (HMM). 
de.jstacs.models.hmm.training The package provides all classes used to determine the training algorithm of a hidden Markov model 
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. 
de.jstacs.results This package provides classes for results and sets of results. 
de.jstacs.sampling This package contains many classes that can be used while a sampling. 
 

Uses of SimpleParameter.IllegalValueException in de.jstacs.algorithms.optimization.termination
 

Constructors in de.jstacs.algorithms.optimization.termination that throw SimpleParameter.IllegalValueException
AbsoluteValueCondition.AbsoluteValueConditionParameterSet(double absValue)
          This constructor creates a filled instance of a parameters set.
IterationCondition.IterationConditionParameterSet(int maxIter)
          This constructor creates a filled instance of a parameters set.
SmallDifferenceOfFunctionEvaluationsCondition.SmallDifferenceOfFunctionEvaluationsConditionParameterSet(double eps)
          This constructor creates a filled instance of a parameters set.
SmallGradientConditon.SmallGradientConditonParameterSet(double eps)
          This constructor creates a filled instance of a parameters set.
SmallStepCondition.SmallStepConditionParameterSet(double eps)
          This constructor creates a filled instance of a parameters set.
TimeCondition.TimeConditionParameterSet(double seconds)
          This constructor creates a filled instance of a parameters set.
 

Uses of SimpleParameter.IllegalValueException in de.jstacs.classifier.assessment
 

Methods in de.jstacs.classifier.assessment that throw SimpleParameter.IllegalValueException
protected  void ClassifierAssessment.test(MeasureParameters mp, boolean exception, Sample... testS)
          Uses the given test samples to call the evaluate( ... ) -methods of the local AbstractClassifiers.
 

Constructors in de.jstacs.classifier.assessment that throw SimpleParameter.IllegalValueException
ClassifierAssessmentAssessParameterSet(int elementLength, boolean exceptionIfMPNotComputable)
          Constructs a new ClassifierAssessmentAssessParameterSet with given parameter values.
KFoldCVAssessParameterSet(Sample.PartitionMethod dataSplitMethod, int elementLength, boolean exceptionIfMPNotComputable, int k)
          Constructs a new KFoldCVAssessParameterSet with given parameter values.
RepeatedHoldOutAssessParameterSet(Sample.PartitionMethod dataSplitMethod, int elementLength, boolean exceptionIfMPNotComputable, int repeats, double[] percents)
          Constructs a new RepeatedHoldOutAssessParameterSet with given parameter values.
RepeatedSubSamplingAssessParameterSet(int elementLength, boolean exceptionIfMPNotComputable, int repeats, int[] trainNumbers, int[] testNumbers)
          Constructs a new RepeatedSubSamplingAssessParameterSet with given parameter values.
Sampled_RepeatedHoldOutAssessParameterSet(Sample.PartitionMethod dataSplitMethod, int elementLength, boolean exceptionIfMPNotComputable, int repeats, int referenceClass, double percentage, boolean sameLength)
          Constructs a new Sampled_RepeatedHoldOutAssessParameterSet with given parameter values.
 

Uses of SimpleParameter.IllegalValueException in de.jstacs.classifier.scoringFunctionBased.gendismix
 

Methods in de.jstacs.classifier.scoringFunctionBased.gendismix that throw SimpleParameter.IllegalValueException
 void GenDisMixClassifierParameterSet.setNumberOfThreads(int threads)
          This method set the number of threads used during optimization.
 void GenDisMixClassifier.setNumberOfThreads(int threads)
          This method allows to set the number of threads used while optimization.
 

Uses of SimpleParameter.IllegalValueException in de.jstacs.classifier.scoringFunctionBased.sampling
 

Methods in de.jstacs.classifier.scoringFunctionBased.sampling that throw SimpleParameter.IllegalValueException
 void SamplingScoreBasedClassifierParameterSet.setNumberOfStarts(int i)
          Sets the number of starts to i
 

Uses of SimpleParameter.IllegalValueException in de.jstacs.models.discrete
 

Methods in de.jstacs.models.discrete that throw SimpleParameter.IllegalValueException
 void DGMParameterSet.setEss(double ess)
          This method can be used to set the ess (equivalent sample size) of this parameter set.
 

Uses of SimpleParameter.IllegalValueException in de.jstacs.models.discrete.inhomogeneous.parameters
 

Methods in de.jstacs.models.discrete.inhomogeneous.parameters that throw SimpleParameter.IllegalValueException
 void BayesianNetworkModelParameterSet.setModelType(String modelType)
          This method allows a simple change of the model type.
 

Uses of SimpleParameter.IllegalValueException in de.jstacs.models.hmm
 

Constructors in de.jstacs.models.hmm that throw SimpleParameter.IllegalValueException
HMMTrainingParameterSet(int starts)
          This constructor can be used to create an instance with a specified number of starts.
 

Uses of SimpleParameter.IllegalValueException in de.jstacs.models.hmm.training
 

Constructors in de.jstacs.models.hmm.training that throw SimpleParameter.IllegalValueException
SamplingHMMTrainingParameterSet(int starts, int stepsPerIteration, int stationarySteps, AbstractBurnInTestParameterSet burnInTestParameters)
          This is the main constructor creating an already filled parameter set for training an AbstractHMM using a sampling strategy.
 

Uses of SimpleParameter.IllegalValueException in de.jstacs.parameters
 

Methods in de.jstacs.parameters that throw SimpleParameter.IllegalValueException
protected  void CollectionParameter.createParameterSet(Object[] values, String[] keys, String[] comments)
          Creates a new ParameterSet from an array of values, an array of names and an array of comments.
 void ParameterSetTagger.fillParameters(String delimiter, String... args)
           
 boolean RangeParameter.next()
          Returns true if the next element still exists and can be fetched using RangeParameter.getValue(), false otherwise.
 void SimpleParameter.setDefault(Object defaultValue)
           
 void MultiSelectionCollectionParameter.setDefault(Object defaultValue)
           
 void FileParameter.setDefault(Object defaultValue)
           
 void EnumParameter.setDefault(Object defaultValue)
           
 void CollectionParameter.setDefault(Object defaultValue)
           
 void SimpleParameter.setValue(Object value2)
           
 void RangeParameter.setValue(Object value)
           
 void ParameterSetContainer.setValue(Object value)
           
abstract  void Parameter.setValue(Object value)
          Sets the value of this Parameter to value.
 void MultiSelectionCollectionParameter.setValue(Object value)
           
 void FileParameter.setValue(Object value)
           
 void EnumParameter.setValue(Object value)
           
 void CollectionParameter.setValue(Object value)
          Sets the selected value to the one that is specified by the key value.
 void ParameterSetTagger.setValueFromTag(String tag, Object value)
          This method allows to easily set the value of a parameter defined by the tag.
 void RangeParameter.setValues(Object startValue, int steps, Object endValue, RangeParameter.Scale scale)
          Sets the values of this RangeParameter as a range of values, specified by a start value, a last value, a number of steps between these values (without the last value) and a scale in that the values between the first and the last value are chosen.
 void RangeParameter.setValues(String values)
          Sets a list of values from a String containing a space separated list of values.
 void RangeParameter.setValuesInLogScale(boolean log, double radix, Object startValue, int steps, Object endValue)
          This method enables you to set a list of values in an easy manner.
 

Constructors in de.jstacs.parameters that throw SimpleParameter.IllegalValueException
CollectionParameter(DataType datatype, String[] keys, Object[] values, String[] comments, String name, String comment, boolean required)
          Constructor for a CollectionParameter.
CollectionParameter(DataType datatype, String[] keys, Object[] values, String name, String comment, boolean required)
          Constructor for a CollectionParameter.
MultiSelectionCollectionParameter(DataType datatype, String[] keys, Object[] values, String[] comments, String name, String comment, boolean required)
          Constructor for a MultiSelectionCollectionParameter.
MultiSelectionCollectionParameter(DataType datatype, String[] keys, Object[] values, String name, String comment, boolean required)
          Constructor for a MultiSelectionCollectionParameter.
 

Uses of SimpleParameter.IllegalValueException in de.jstacs.results
 

Methods in de.jstacs.results that throw SimpleParameter.IllegalValueException
 void MeanResultSet.addResults(NumericalResultSet... rs)
          Adds NumericalResultSets to this MeanResultSet.
static Result Result.createResult(String name, String comment, DataType datatype, Object value)
          Factory method to create a new Result.
 

Constructors in de.jstacs.results that throw SimpleParameter.IllegalValueException
CategoricalResult(DataType datatype, String name, String comment, Comparable result)
          Creates a result of a primitive categorical data type or a String .
 

Uses of SimpleParameter.IllegalValueException in de.jstacs.sampling
 

Constructors in de.jstacs.sampling that throw SimpleParameter.IllegalValueException
AbstractBurnInTestParameterSet(Class<? extends AbstractBurnInTest> instanceClass, int starts)
          Creates a new AbstractBurnInTestParameterSet with pre-defined parameter values.