lambda {MSigSeg} | R Documentation |
This function returns the lambda slot of MSigSeg object.
## S4 method for signature 'MSigSeg'
lambda(object)
object |
A MSigSeg object. |
This function is a S4 method for MSigSeg object. It retrieves lambda slot, which contains penalty coefficient to prevent over fitting.
The lambda slot of MSigSeg object.
x=new("MSigSeg") # Creating a new MSigSeg object.
lambda(x)