ToPS
Public Member Functions
tops::ProbabilisticModelCreator Class Reference

Represents an algorithm to create a probabilistic model. More...

#include <ProbabilisticModelCreator.hpp>

Inheritance diagram for tops::ProbabilisticModelCreator:
tops::AkaikeInformationCriteria tops::BayesianInformationCriteria tops::BernoulliModelCreator tops::DiscreteIIDModelCreator tops::GeneralizedHiddenMarkovModelCreator tops::HiddenMarkovModelCreator tops::InhomogeneousMarkovChainCreator tops::MultipleSequentialModelCreator tops::PairHiddenMarkovModelCreator tops::SimilarityBasedSequenceWeightingCreator tops::SmoothedHistogramBurge tops::SmoothedHistogramKernelDensity tops::SmoothedHistogramStanke tops::TargetModelCreator tops::TrainDiscreteIIDModel tops::TrainFixedLengthMarkovChain tops::TrainGHMMTransitionsCreator tops::TrainHMMBaumWelch tops::TrainInterpolatedMarkovChain tops::TrainInterpolatedPhasedMarkovChain tops::TrainPhasedMarkovChain tops::TrainPhasedMarkovChainContextAlgorithm tops::TrainPHMMBaumWelch tops::TrainSimilarityBasedSequenceWeighting tops::TrainVariableLengthInhomogeneousMarkovChain tops::TrainVariableLengthMarkovChain tops::TrainWeightArrayModel tops::VariableLengthMarkovChainCreator

List of all members.

Public Member Functions

virtual ProbabilisticModelPtr create (ProbabilisticModelParameters &parameters) const
 Creates a probabilistic model.
virtual ProbabilisticModelPtr create (ProbabilisticModelParameters &parameters, double &loglikelihood, int &sample_size) const
 Creates the model and returns the loglikelihood of the training set.
virtual ProbabilisticModelPtr create (ProbabilisticModelParameters &parameters, const std::vector< std::string > &sample_set, double &loglikelihood, int &sample_size) const
 Creates the model and returns the loglikelihood of the training set.
virtual ProbabilisticModelPtr create (ProbabilisticModelParameters &parameters, const std::map< std::string, ProbabilisticModelPtr > &models) const
 Creates the model and returns the loglikelihood of the training set.
virtual std::string help () const
 This method returns a help message.

Detailed Description

Represents an algorithm to create a probabilistic model.

Definition at line 37 of file ProbabilisticModelCreator.hpp.


Member Function Documentation

virtual ProbabilisticModelPtr tops::ProbabilisticModelCreator::create ( ProbabilisticModelParameters parameters) const [inline, virtual]

The documentation for this class was generated from the following file: