fit.CopyNumberSegmentationModel: Fits the model
Description
Fits the model.Usage
## S3 method for class 'CopyNumberSegmentationModel':
fit(this, arrays=NULL, chromosomes=getChromosomes(this), maxNAFraction=1/5, force=FALSE, ..., .retResults=FALSE, verbose=FALSE)
Additional arguments to the internal fit function
Arguments in ...
are passed down to the internal fit function,
which means that it is possible to fine tune even further.