Class FrozenDataDetector
Determines if all data has frozen for any samples
Inherited Members
Namespace: TimeSeriesAnalysis.Dynamic
Assembly: TimeSeriesAnalysis.dll
Syntax
public static class FrozenDataDetector
Methods
| Edit this page View SourceDetectFrozenSamples(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
Declaration
public static (List<int>, int, int) DetectFrozenSamples(UnitDataSet dataSet)
Parameters
Type | Name | Description |
---|---|---|
UnitDataSet | dataSet | a UnitDataSet to be analyzed |
Returns
Type | Description |
---|---|
(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
Declaration
public static (List<int>, int, int) DetectFrozenSamples(TimeSeriesDataSet dataSet)
Parameters
Type | Name | Description |
---|---|---|
TimeSeriesDataSet | dataSet |
Returns
Type | Description |
---|---|
(List<int>, int, int) | returns a tuple of a list of the indices of frozen samples, and the average samples between good indices |