Table of Contents

Class FrozenDataDetector

Namespace
TimeSeriesAnalysis.Dynamic
Assembly
TimeSeriesAnalysis.dll

Determines if all data has frozen for any samples

public static class FrozenDataDetector
Inheritance
FrozenDataDetector
Inherited Members

Methods

DetectFrozenSamples(UnitDataSet)

Look at all the time-series n the dataset, and tag thos sample indices where all values seem to be frozen compared to previous

public static (List<int>, int, int) DetectFrozenSamples(UnitDataSet dataSet)

Parameters

dataSet UnitDataSet

a UnitDataSet to be analyzed

Returns

(List<int>, int, int)

DetectFrozenSamples(TimeSeriesDataSet)

Look at all the time-series n the dataset, and tag thos sample indices where all values seem to be frozen compared to previous

public static (List<int>, int, int) DetectFrozenSamples(TimeSeriesDataSet dataSet)

Parameters

dataSet TimeSeriesDataSet

Returns

(List<int>, int, int)

returns a tuple of a list of the indices of frozen samples, and the average samples between good indices