vmeasure: V-Measure

Description Usage Arguments Value

View source: R/vmeasure.R

Description

Calculates the V-measure of a subset-multivariate changepoint segmentation produced by smop or asmop.

Usage

1
vmeasure(segmentation, true.cpts, true.subsets)

Arguments

segmentation

A cpt.mv object produced using smop or asmop, representing an estimated set of changepoints and affected variable subsets.

true.cpts

The vector of true changepoint locations.

true.subsets

The matrix of true affected variable subsets corresponding to the true changepoints.

Value

The V-measure of the provided segmentation produced by SMOP/A-SMOP.


benpickering/smop documentation built on Sept. 4, 2020, 1:45 a.m.