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
dataSetUnitDataSeta UnitDataSet to be analyzed
Returns
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
dataSetTimeSeriesDataSet