Deals with the scaling of Problems so they have uniform ranges across all dimensions in order to result in better SVM performance.
Scaling
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.Scaling
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Scale | 1 | Scales a problem using the provided range. |
03 Members
Scale(IRangeTransform, Problem)
Scales a problem using the provided range. This will not affect the parameter.
Parameters
| Name | Type | Description |
|---|---|---|
prob | IRangeTransform | The problem to scale |
range | Problem | The Range transform to use in scaling |
Returns
The Scaled problem