PrincipalCurve
01 Syntax
Microsoft.VisualBasic.Math.Interpolation.PrincipalCurve
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| CurvePoints | 1 |
04 Members
#ctor(
IEnumerable(Of Vector2D), Double, Int32, Double)Parameters
| Name | Type | Description |
|---|---|---|
dataPoints | IEnumerable(Of Vector2D) | the input scatter data points |
bandwidth | Double | - |
maxIterations | Int32 | - |
tolerance | Double | - |
CurvePoints
Fit(
IEnumerable(Of T), Double, Int32, Double)Fit()