Learn R Programming

SemiSupervised (version 1.0)

s4pm-class: Class ‘s4pm’

Description

Safe Semi-Supervised Semi-Parametric Model Class

Arguments

Objects from the Class

Objects can be created by calls of the form new("s4pm", ...). or by calling the S4 generic s4pm function.

Slots

lparm

Object of class ‘parm’ contains lambda parameter values used.

hparm

Object of class ‘parm’ contains h parameter for the kernel function used.

gparm

Object of class ‘parm’ contains the gamma parameter value used.

Methods

lparm

signature(object = "s4pm"): returns the lambda parameter values used.

hparm

signature(object = "s4pm"): returns the h parameter for the kernel function used.

gparm

signature(object = "s4pm"): returns the gamma parameter value used.

See Also

s4pm