GaussianTransformText
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.GaussianTransformText
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Write | 1 | Saves the transform to the disk. |
03 Members
Write(
TextWriter, GaussianTransform)Saves the transform to the disk. The samples are not stored, only the statistics.
Parameters
| Name | Type | Description |
|---|---|---|
stream | TextWriter | The destination stream |
transform | GaussianTransform | The transform |