fit.CopyNumberSegmentationModel: Fits the model
Description
Fits the model.Usage
## S3 method for class 'CopyNumberSegmentationModel':
fit(this, arrays=NULL, chromosomes=getChromosomes(this),
maxNAFraction=getMaxNAFraction(this), 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.