LinearRule-class: Class "LinearRule" ~~~

Description Objects from the Class Slots Methods Author(s) Examples

Description

~~ A concise (1-5 lines) description of what the class is. ~~

Objects from the Class

Objects can be created by calls of the form new("LinearRule", ...). ~~ describe objects here ~~

Slots

labels:

Object of class "factor" ~~

normalVector:

Object of class "numeric" ~~

normalIndex:

Object of class "numeric" ~~

centerVector:

Object of class "numeric" ~~

prior:

Object of class "logical" ~~

proportions:

Object of class "numeric" ~~

Methods

.EvaluateLogLikeRatio

signature(x = "numeric", object = "LinearRule"): ...

getLogLikeRatio

signature(object = "LinearRule"): ...

plotClassifRule

signature(object = "LinearRule"): ...

predict

signature(object = "LinearRule"): ...

show

signature(object = "LinearRule"): ...

Author(s)

Robin Girard

Examples

1
showClass("LinearRule")

VHDClassification documentation built on May 2, 2019, 2:38 a.m.