GRM-SFST  sfst-1.2.1
OpenGrm SFst Library
Namespaces | Functions
stationary-distrib.cc File Reference
#include <sfst/stationary-distrib.h>
#include <cmath>
#include <vector>
#include <fst/log.h>
#include <fst/arc.h>
#include <fst/float-weight.h>
#include <fst/fst.h>
#include <fst/signed-log-weight.h>
#include <sfst/canonical.h>
#include <sfst/sfst.h>
Include dependency graph for stationary-distrib.cc:

Go to the source code of this file.

Namespaces

 sfst
 
 sfst::internal
 

Functions

void sfst::internal::SignedStationaryDistribState (const fst::Fst< fst::SignedLog64Arc > &fst, int st, std::vector< fst::SignedLog64Weight > *prev_weight, std::vector< fst::SignedLog64Weight > *weight, fst::SignedLog64Weight alpha)
 
bool sfst::internal::SignedStationaryDistrib (const fst::Fst< fst::SignedLog64Arc > &fst, std::vector< fst::SignedLog64Weight > *weight, fst::SignedLog64Weight alpha=internal::kReEntryWeight, float delta=fst::kDelta, size_t maxiters=internal::kMaxSDIters)