ProblemText
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.ProblemText
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Write | 1 | Writes a problem to a stream. |
03 Members
Write(
TextWriter, Problem)Writes a problem to a stream.
Parameters
| Name | Type | Description |
|---|---|---|
output | TextWriter | The stream to write the problem to. |
problem | Problem | The problem to write. |