|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InstanceParameterSet | |
|---|---|
| de.jstacs | This package is the root package for the most and important packages. |
| de.jstacs.algorithms.optimization.termination | |
| de.jstacs.classifier.scoringFunctionBased | Provides the classes for Classifiers that are based on ScoringFunctions. |
| 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.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.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 Storables to an XML-representation |
| de.jstacs.models.discrete | |
| de.jstacs.models.discrete.homogeneous.parameters | |
| 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.sampling | This package contains many classes that can be used while a sampling. |
| de.jstacs.scoringFunctions.directedGraphicalModels | Provides ScoringFunctions that are equivalent to directed graphical models. |
| de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures | Provides the facilities to learn the structure of a BayesianNetworkScoringFunction. |
| de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.btMeasures | Provides the facilities to learn the structure of a BayesianNetworkScoringFunction as
a Bayesian tree using a number of measures to define a rating of structures |
| de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.pmmMeasures | Provides the facilities to learn the structure of a BayesianNetworkScoringFunction as
a permuted Markov model using a number of measures to define a rating of structures |
| de.jstacs.utils | This package contains a bundle of useful classes and interfaces like ... |
| Uses of InstanceParameterSet in de.jstacs |
|---|
| Methods in de.jstacs that return InstanceParameterSet | |
|---|---|
InstanceParameterSet |
InstantiableFromParameterSet.getCurrentParameterSet()
Returns the InstanceParameterSet that has been used to
instantiate the current instance of the implementing class. |
| Uses of InstanceParameterSet in de.jstacs.algorithms.optimization.termination |
|---|
| Methods in de.jstacs.algorithms.optimization.termination that return InstanceParameterSet | |
|---|---|
InstanceParameterSet |
AbstractTerminationCondition.getCurrentParameterSet()
|
| Uses of InstanceParameterSet in de.jstacs.classifier.scoringFunctionBased |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.classifier.scoringFunctionBased | |
|---|---|
class |
ScoreClassifierParameterSet
A set of Parameters for any
ScoreClassifier. |
| Uses of InstanceParameterSet in de.jstacs.classifier.scoringFunctionBased.gendismix |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.classifier.scoringFunctionBased.gendismix | |
|---|---|
class |
GenDisMixClassifierParameterSet
This class contains the parameters for the GenDisMixClassifier. |
| Uses of InstanceParameterSet in de.jstacs.classifier.scoringFunctionBased.sampling |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.classifier.scoringFunctionBased.sampling | |
|---|---|
class |
SamplingGenDisMixClassifierParameterSet
ParameterSet to instantiate a SamplingGenDisMixClassifier. |
class |
SamplingScoreBasedClassifierParameterSet
ParameterSet to instantiate a SamplingScoreBasedClassifier. |
| Uses of InstanceParameterSet in de.jstacs.data |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.data | |
|---|---|
static class |
Alphabet.AlphabetParameterSet
The super class for the InstanceParameterSet of any
Alphabet. |
class |
AlphabetContainerParameterSet
Class for the AlphabetContainerParameterSet.SectionDefinedAlphabetParameterSet of an AlphabetContainer. |
| Methods in de.jstacs.data that return types with arguments of type InstanceParameterSet | |
|---|---|
LinkedList<InstanceParameterSet> |
AlphabetContainer.AlphabetContainerType.getInstanceParameterSets()
This method returns a LinkedList of
InstanceParameterSets which can be used to create
Alphabets that can be used in a AlphabetContainer of
the given AlphabetContainer.AlphabetContainerType. |
| Uses of InstanceParameterSet in de.jstacs.data.alphabets |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.data.alphabets | |
|---|---|
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 a DNAAlphabet. |
static class |
GenericComplementableDiscreteAlphabet.GenericComplementableDiscreteAlphabetParameterSet
This class is used as container for the parameters of a GenericComplementableDiscreteAlphabet. |
| Uses of InstanceParameterSet in de.jstacs.io |
|---|
| Methods in de.jstacs.io with parameters of type InstanceParameterSet | |
|---|---|
static InstantiableFromParameterSet |
ParameterSetParser.getInstanceFromParameterSet(InstanceParameterSet pars)
Returns an instance of a subclass of InstantiableFromParameterSet
that can be instantiated by the InstanceParameterSet
pars. |
| Uses of InstanceParameterSet in de.jstacs.models.discrete |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.models.discrete | |
|---|---|
class |
DGMParameterSet
The super ParameterSet for any parameter set of
a DiscreteGraphicalModel. |
| Uses of InstanceParameterSet in de.jstacs.models.discrete.homogeneous.parameters |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.models.discrete.homogeneous.parameters | |
|---|---|
class |
HomMMParameterSet
This class implements a container for all parameters of a homogeneous Markov model. |
class |
HomogeneousModelParameterSet
This class implements a container for all parameters of any homogeneous model. |
| 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 |
FSDAGModelForGibbsSamplingParameterSet
The class for the parameters of a FSDAGModelForGibbsSampling. |
class |
FSDAGMParameterSet
The class for the parameters of a FSDAGModel (fixed
structure directed acyclic graphical
model). |
class |
IDGMParameterSet
This is the abstract container of parameters that is a root container for all inhomogeneous discrete graphical model parameter containers. |
| Uses of InstanceParameterSet in de.jstacs.parameters |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.parameters | |
|---|---|
class |
SequenceScoringParameterSet
Abstract class for a ParameterSet containing all parameters necessary
to construct an Object that implements
InstantiableFromParameterSet. |
| Constructors in de.jstacs.parameters with parameters of type InstanceParameterSet | |
|---|---|
CollectionParameter(InstanceParameterSet[] values,
String name,
String comment,
boolean required)
Constructor for a CollectionParameter from an array of
ParameterSets. |
|
MultiSelectionCollectionParameter(InstanceParameterSet[] values,
String name,
String comment,
boolean required)
Creates a new MultiSelectionCollectionParameter from an array of
ParameterSets. |
|
| Uses of InstanceParameterSet in de.jstacs.sampling |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.sampling | |
|---|---|
class |
AbstractBurnInTestParameterSet
Class for the parameters of a AbstractBurnInTest. |
class |
VarianceRatioBurnInTestParameterSet
Class for the parameters of a VarianceRatioBurnInTest. |
| Uses of InstanceParameterSet in de.jstacs.scoringFunctions.directedGraphicalModels |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.scoringFunctions.directedGraphicalModels | |
|---|---|
class |
BayesianNetworkScoringFunctionParameterSet
Class for the parameters of a BayesianNetworkScoringFunction. |
| Methods in de.jstacs.scoringFunctions.directedGraphicalModels that return InstanceParameterSet | |
|---|---|
InstanceParameterSet |
BayesianNetworkScoringFunction.getCurrentParameterSet()
|
| Uses of InstanceParameterSet in de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures | |
|---|---|
static class |
InhomogeneousMarkov.InhomogeneousMarkovParameterSet
Class for an InstanceParameterSet that defines the parameters of
an InhomogeneousMarkov structure Measure. |
| Methods in de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures that return InstanceParameterSet | |
|---|---|
InstanceParameterSet |
InhomogeneousMarkov.getCurrentParameterSet()
|
| Uses of InstanceParameterSet in de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.btMeasures |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.btMeasures | |
|---|---|
static class |
BTExplainingAwayResidual.BTExplainingAwayResidualParameterSet
Class for the parameters of a BTExplainingAwayResidual structure
Measure. |
static class |
BTMutualInformation.BTMutualInformationParameterSet
Class for the parameters of a BTMutualInformation structure
Measure. |
| Methods in de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.btMeasures that return InstanceParameterSet | |
|---|---|
InstanceParameterSet |
BTMutualInformation.getCurrentParameterSet()
|
InstanceParameterSet |
BTExplainingAwayResidual.getCurrentParameterSet()
|
| Uses of InstanceParameterSet in de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.pmmMeasures |
|---|
| Subclasses of InstanceParameterSet in de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.pmmMeasures | |
|---|---|
static class |
PMMExplainingAwayResidual.PMMExplainingAwayResidualParameterSet
Class for the parameters of a PMMExplainingAwayResidual structure
Measure. |
static class |
PMMMutualInformation.PMMMutualInformationParameterSet
Class for the parameters of a PMMMutualInformation structure
Measure. |
| Methods in de.jstacs.scoringFunctions.directedGraphicalModels.structureLearning.measures.pmmMeasures that return InstanceParameterSet | |
|---|---|
InstanceParameterSet |
PMMMutualInformation.getCurrentParameterSet()
|
InstanceParameterSet |
PMMExplainingAwayResidual.getCurrentParameterSet()
|
| Uses of InstanceParameterSet in de.jstacs.utils |
|---|
| Methods in de.jstacs.utils that return types with arguments of type InstanceParameterSet | ||
|---|---|---|
static
|
SubclassFinder.getInstanceParameterSets(Class<T> clazz,
String startPackage)
This method returns a list of InstanceParameterSets that can be used to create a subclass of clazz. |
|
static LinkedList<Class<? extends InstanceParameterSet>> |
SubclassFinder.getParameterSetFor(Class<? extends InstantiableFromParameterSet> clazz)
Returns a LinkedList of the classes of the
InstanceParameterSets that can be used to instantiate the
sub-class of InstantiableFromParameterSet that is given by
clazz |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||