| SegCost {directlabels} | R Documentation |
Cost of segmentation models
Description
20 segmentation models were fit to 2 simulated signals, and several different error measures were used to quantify the model fit.
Usage
data(SegCost)
Format
A data frame with 560 observations on the following 5 variables.
bases.per.probea factor with levels
3747: the sampling density of the signal.segmentsnumeric: the model complexity measured using number of segments.
costnumeric: the cost value.
typea factor with levels
SignalBreakpointCompleteIncompletePositive: how to judge model fit? Signal: log mean squared error between latent signal and estimated signal. Breakpoint: exact breakpoint error. Complete: annotation error with a complete set of annotations. Incomplete: annotation error with only half of those annotations. Positive: no negative annotations.errora factor with levels
EFPFNI: what kind of error? FP = False Positive, FN = False Negative, I = Imprecision, E = Error (sum of the other terms).
Source
PhD thesis of Toby Dylan Hocking, chapter Optimal penalties for breakpoint detection using segmentation model selection.