ProblemText
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.ProblemText
02 Methods
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. |
ToString(Problem)
Renders the problem into the LibSVM text format.
Parameters
| Name | Type | Description |
|---|---|---|
problem | Problem | The problem that will be rendered. |
Returns
A string which contains one line for each sample, in the layout label index:value index:value ....