TransformText
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.TransformText
02 Methods
03 Members
Write(
TextWriter, RangeTransform)Writes this Range transform to a stream.
Parameters
| Name | Type | Description |
|---|---|---|
output | TextWriter | The stream to write to |
r | RangeTransform | The range to write |
ToString(RangeTransform)
Renders the range transform into the LibSVM text format.
Parameters
| Name | Type | Description |
|---|---|---|
transform | RangeTransform | The transform that will be rendered. |
Returns
A string which contains the dimension count, the input start values, the input scale values and the output start/scale values.