firstOrderMarkovModel: A class to train First Order Markov Models

Description Usage Arguments

View source: R/firstOrderMarkovModel.R

Description

This is an implementation of the First Order Markov Model (firstOrderMarkovModel) for Process Mining issues. This class provides a minimal set of methods to handle with the FOMM model:

In order to better undestand the use of such methods, please visit: www.pminer.info

The consturctor admit the following parameters: parameters.list a list containing possible parameters to tune the model.

Usage

1
firstOrderMarkovModel(parameters.list = list())

Arguments

parameters.list

a list containing the parameters. The possible ones are: 'considerAutoLoop' and 'threshold'. 'considerAutoLoop' is a boolean which indicates if the autoloops have to be admitted, while 'threshold' is the minimum value that a probability should have to do not be set to zero, in the transition matrix.


robertogattabs/pMiner.v045 documentation built on July 12, 2021, 6:40 a.m.