show: Show method for MLSeq objects

Description Usage Arguments See Also

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
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


MLSeq documentation built on Nov. 8, 2020, 5:37 p.m.