QuadraticRule-class: Class "QuadraticRule" ~~~

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

Description

This class implements a high dimensional binary quadratic classification rule

Objects from the Class

Objects can be created by calls of learnBinaryRule(x,y,type='quadratic') see learnBinaryRule.

Slots

formVector:

Object of class "numeric" ~~

formIndex:

Object of class "numeric" ~~

constant:

Object of class "numeric" ~~

normalVector:

Object of class "numeric" ~~

normalIndex:

Object of class "numeric" ~~

centerVector:

Object of class "numeric" ~~

Extends

Class "LinearRule", directly.

Methods

getLogLikeRatio

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

plotClassifRule

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

predict

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

show

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

Author(s)

robin girard

References

See my preprint Preprint

Examples

1
showClass("QuadraticRule")

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