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

Packages that use SimpleParameter.IllegalValueException
de.jstacs.classifier.assessment This package allows to assess classifiers. 
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. 
de.jstacs.results This package provides classes for results and sets of results. 
 

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.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.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.
 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 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 .