PrincipalCurve
01 Syntax
Microsoft.VisualBasic.Math.Interpolation.PrincipalCurve
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 |
03 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 | - |