Show / Hide Table of Contents

Class CubicInterpolation

Cubic interpolation algorithm

Inheritance
System.Object
CubicInterpolation
Implements
IInterpolation
Namespace: SigStat.Common.PipelineItems.Transforms.Preprocessing
Assembly: SigStat.Common.dll
Syntax
public class CubicInterpolation : object, IInterpolation

Properties

| Improve this Doc View Source

FeatureValues

FeatureValues

Declaration
public List<double> FeatureValues { get; set; }
Property Value
Type Description
List<System.Double>
| Improve this Doc View Source

TimeValues

TimeValues

Declaration
public List<double> TimeValues { get; set; }
Property Value
Type Description
List<System.Double>

Methods

| Improve this Doc View Source

GetValue(Double)

Gets the value.

Declaration
public double GetValue(double timestamp)
Parameters
Type Name Description
System.Double timestamp

The timestamp.

Returns
Type Description
System.Double

Implements

IInterpolation
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX