Class CubicInterpolation
Cubic interpolation algorithm
Inheritance
System.Object
CubicInterpolation
Implements
Namespace: SigStat.Common.PipelineItems.Transforms.Preprocessing
Assembly: SigStat.Common.dll
Syntax
public class CubicInterpolation : object, IInterpolation
Properties
| Improve this Doc View SourceFeatureValues
FeatureValues
Declaration
public List<double> FeatureValues { get; set; }
Property Value
Type | Description |
---|---|
List<System.Double> |
TimeValues
TimeValues
Declaration
public List<double> TimeValues { get; set; }
Property Value
Type | Description |
---|---|
List<System.Double> |
Methods
| Improve this Doc View SourceGetValue(Double)
Gets the value.
Declaration
public double GetValue(double timestamp)
Parameters
Type | Name | Description |
---|---|---|
System.Double | timestamp | The timestamp. |
Returns
Type | Description |
---|---|
System.Double |