show {MLSeq}R Documentation

Show method for MLSeq objects

Description

Prints out the information from the trained model using classify function.

Usage

show.MLSeq(object)

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

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

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

## S4 method for signature 'voom.train'
show(object)

## S4 method for signature 'discrete.train'
show(object)

Arguments

object

an MLSeq object returned from classify function.

See Also

classify


[Package MLSeq version 2.11.1 Index]