Search Results for

    Show / Hide Table of Contents

    Class FrozenDataDetector

    Determines if all data has frozen for any samples

    Inheritance
    object
    FrozenDataDetector
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TimeSeriesAnalysis.Dynamic
    Assembly: TimeSeriesAnalysis.dll
    Syntax
    public static class FrozenDataDetector

    Methods

    | Edit this page View Source

    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

    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)
    | Edit this page View Source

    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

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX