nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.MachineLearning / ProblemText

ProblemText

Full name Microsoft.VisualBasic.MachineLearning.SVM.ProblemText Assembly Microsoft.VisualBasic.MachineLearning Members 2

01 Syntax

Microsoft.VisualBasic.MachineLearning.SVM.ProblemText

02 Methods

NameOverloadsSummary
Write 1 Writes a problem to a stream.
ToString 1 Renders the problem into the LibSVM text format.

03 Members

method Write #
Write(TextWriter, Problem)

Writes a problem to a stream.

Parameters
NameTypeDescription
outputTextWriter

The stream to write the problem to.

problemProblem

The problem to write.

method ToString #
ToString(Problem)

Renders the problem into the LibSVM text format.

Parameters
NameTypeDescription
problemProblem

The problem that will be rendered.

Returns

A string which contains one line for each sample, in the layout label index:value index:value ....