Table of Contents

Namespace SignalSharp.Detection.PELT

Classes

PELTAlgorithm

Implements the Piecewise Linear Trend Change (PELT) algorithm for segmenting time series data.

PELTOptions

Represents the configuration options for the Piecewise Linear Trend Change (PELT) algorithm.

PELTPenaltySelectionOptions

Configuration options for the automatic penalty selection process in PELT.

PELTPenaltySelectionResult

Represents the result of an automatic penalty selection process for PELT.

PELTPenaltySelector

Provides methods to automatically select a penalty for the PELT algorithm using various criteria like BIC, AIC, or AICc.

Interfaces

IPELTAlgorithm

Interface for the PELT algorithm implementation.

Enums

PELTPenaltySelectionMethod

Specifies the method used for automatic penalty selection in PELT.