mtagfreq - Print
out the transition probabilities as a percentage.
SYNOPSIS
-
mtagfreq
-
[-t <Input text>]
{-i <Input Matrice file>}
{-c <Column number>}
{-v version}
DESCRIPTION
Print out the transition probabilities as a percentage (See mcreate(1))
Each state of a class has an equi-probability to have one state of
the following class after it.
If the list of class C1 is [S1,..,Sn] and the list of the following
class C2 is [T1,...,Tm] then,
P(S1,T1) = 1/n*m
OPTIONS
-
mtagfreq supports the following options:
-
-
-t Input text
-
Specifies the input text formatted for the training by the mpreptxt
program.
-
-i Input Matrice File
-
Specifies the state list and the class set, and the matrix definitions.
(the default is MM)
-
-c Column number
-
Specifies the number of column for the output (the default is 5).
INPUT/OUTPUT
- Description of the input and output files involved in this program.
- Training Text formatted with mpreptxt : $TEST.tr
- Matrices file : $MM
Output ==>
- Transitions expressed as probabilities
SEE ALSO
mpreptxt(1)
mtrain(1)
mtag(1)
mcreate(1)
mprint(1)
mdiff(1)
mdiffb(1)
mcontext(1)
mbiases(1)
AUTHOR
Gilbert ROBERT
(Gilbert.Robert@issco.unige.ch)
ISSCO, 54 route des Acacias
1227 Geneva, Switzerland
Comments, suggestions, and bug reports are always welcome.