Interface implemented by range transforms.
IRangeTransform
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.IRangeTransform
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Transform | 2 | Transforms the input array. |
03 Members
Transform(
Double, Int32)Transform the input value using the transform stored for the provided index.
Parameters
| Name | Type | Description |
|---|---|---|
input | Double | Input value |
index | Int32 | Index of the transform to use |
Returns
The transformed value
Transform(Node())
Transforms the input array.
Parameters
| Name | Type | Description |
|---|---|---|
input | Node() | The array to transform |
Returns
The transformed array