double model_prob_distance

(model* m0, model* m, int maxT,
  int symmetric, int verbose)

Computes probabilistic distance of two models

Documentation

Computes probabilistic distance of two models
Parameters:
m0 - model used for generating random output
- m model to compare with
maxT - maximum output length (for HMMs with absorbing states multiple sequences with a toal langth of at least maxT will be generated)
symmetric - flag, whether to symmetrize distance (not implemented yet)
verbose - flag, whether to monitor distance in 40 steps. Prints to stdout (yuk!)
Returns:
the distance

Alphabetic index



This page was generated with the help of DOC++.