DynProg_algo_cpp: DynProg_algo_cpp

View source: R/RcppExports.R

DynProg_algo_cppR Documentation

DynProg_algo_cpp

Description

This function finds the best segmentation given a Cost Matrix using a dynamic programming algorithm. C++ implementation of DynProg

Usage

DynProg_algo_cpp(matD, Kmax)

Arguments

matD

Cost Matrix

Kmax

number of segments


segclust2d documentation built on Aug. 21, 2023, 9:10 a.m.