|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ParameterException | |
---|---|
de.jstacs.algorithms.optimization.termination | Provides classes for termination conditions that can be used in algorithms |
de.jstacs.classifiers.assessment | This package allows to assess classifiers. |
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.io | Provides classes for reading data from and writing to a file and storing a number of datatypes, including all primitives, arrays of primitives, and Storable s to an XML-representation |
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.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.btMeasures | Provides the facilities to learn the structure of a BayesianNetworkDiffSM as
a Bayesian tree using a number of measures to define a rating of structures |
de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.pmmMeasures | Provides the facilities to learn the structure of a BayesianNetworkDiffSM as
a permuted Markov model using a number of measures to define a rating of structures |
Uses of ParameterException in de.jstacs.algorithms.optimization.termination |
---|
Constructors in de.jstacs.algorithms.optimization.termination that throw ParameterException | |
---|---|
SmallDifferenceOfFunctionEvaluationsCondition.SmallDifferenceOfFunctionEvaluationsConditionParameterSet(double eps)
This constructor creates a filled instance of a parameters set. |
Uses of ParameterException in de.jstacs.classifiers.assessment |
---|
Constructors in de.jstacs.classifiers.assessment that throw ParameterException | |
---|---|
KFoldCrossValidationAssessParameterSet()
Constructs a new KFoldCrossValidationAssessParameterSet with empty parameter
values. |
|
KFoldCrossValidationAssessParameterSet(DataSet.PartitionMethod dataSplitMethod,
int elementLength,
boolean exceptionIfMPNotComputable,
int k)
Constructs a new KFoldCrossValidationAssessParameterSet with given parameter
values. |
|
RepeatedHoldOutAssessParameterSet()
Constructs a new RepeatedHoldOutAssessParameterSet with empty
parameter values. |
|
RepeatedHoldOutAssessParameterSet(DataSet.PartitionMethod dataSplitMethod,
int elementLength,
boolean exceptionIfMPNotComputable,
int repeats,
double[] percents)
Constructs a new RepeatedHoldOutAssessParameterSet with given
parameter values. |
|
Sampled_RepeatedHoldOutAssessParameterSet()
Constructs a new Sampled_RepeatedHoldOutAssessParameterSet with
empty parameter values. |
|
Sampled_RepeatedHoldOutAssessParameterSet(DataSet.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 ParameterException in de.jstacs.data.alphabets |
---|
Constructors in de.jstacs.data.alphabets that throw ParameterException | |
---|---|
DiscreteAlphabet.DiscreteAlphabetParameterSet()
Creates a new DiscreteAlphabet.DiscreteAlphabetParameterSet with empty values. |
Uses of ParameterException in de.jstacs.io |
---|
Subclasses of ParameterException in de.jstacs.io | |
---|---|
static class |
ParameterSetParser.NotInstantiableException
An Exception that is thrown if an instance of some class could
not be created. |
static class |
ParameterSetParser.WrongParameterTypeException
An Exception that is thrown if the DataType of a
Parameter is not appropriate for some purpose. |
Uses of ParameterException in de.jstacs.parameters |
---|
Subclasses of ParameterException in de.jstacs.parameters | |
---|---|
class |
AbstractSelectionParameter.InconsistentCollectionException
This exception is thrown if the AbstractSelectionParameter is
inconsistent for some reason. |
static class |
SimpleParameter.DatatypeNotValidException
Class for an Exception that can be thrown if the provided
int -value that represents a data type is not one of the
values defined in DataType . |
static class |
SimpleParameter.IllegalValueException
This exception is thrown if a parameter is not valid. |
Methods in de.jstacs.parameters that throw ParameterException | |
---|---|
static EnumParameter |
RangeParameter.getCollectionOfScales()
Returns a EnumParameter that allows the user to choose
between different scales. |
boolean |
RangeIterator.next()
Switches to the next value in the collection of values in the specified range. |
boolean |
MultiSelectionParameter.next()
|
Constructors in de.jstacs.parameters that throw ParameterException | |
---|---|
EnumParameter(Class<? extends Enum> enumInstance,
String comment,
boolean required)
The main constructor. |
|
EnumParameter(Class<? extends Enum> enumInstance,
String comment,
boolean required,
String defaultValue)
This constructor creates an instance and set the default value. |
|
SimpleParameter(DataType datatype,
String name,
String comment,
boolean required,
ParameterValidator validator,
Object defaultVal)
Constructor for a SimpleParameter with validator and default
value. |
Uses of ParameterException in de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.btMeasures |
---|
Constructors in de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.btMeasures that throw ParameterException | |
---|---|
BTMutualInformation.BTMutualInformationParameterSet()
Creates a new BTMutualInformation.BTMutualInformationParameterSet with empty
parameter values. |
Uses of ParameterException in de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.pmmMeasures |
---|
Constructors in de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.pmmMeasures that throw ParameterException | |
---|---|
PMMMutualInformation.PMMMutualInformationParameterSet()
Creates a new PMMMutualInformation.PMMMutualInformationParameterSet with empty
parameter values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |