LogLik-class {VanillaICE}R Documentation

Classes and methods for storing/getting log-likelihoods from Viterbi algorithm

Description

Exported for internal use by other BioC packages

Usage

## S4 method for signature 'LogLik'
length(x)

## S4 method for signature 'LogLik'
show(object)

Arguments

x

object of class LogLik

object

a LogLik object

Slots

loglik

a numeric vector

tolerance

a numeric vector

See Also

LogLik


[Package VanillaICE version 1.46.0 Index]