nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.MachineLearning / ProblemTable

ProblemTable

Full name Microsoft.VisualBasic.MachineLearning.SVM.StorageProcedure.ProblemTable Assembly Microsoft.VisualBasic.MachineLearning Members 7

01 Syntax

Microsoft.VisualBasic.MachineLearning.SVM.StorageProcedure.ProblemTable

02 Methods

NameOverloadsSummary
GetTopicLabels 1 获取所指定的topic下的所有标签数据,不去重
GetProblem 1 create a problem model under the given topic
Append 1 row append
GetTopics 1
Clone 1

03 Properties

NameOverloadsSummary
dimensionNames 1 the key collection of the support vector: DynamicPropertyBase.Properties inputs.
vectors 1

04 Members

method GetTopicLabels #
GetTopicLabels(String)

获取所指定的topic下的所有标签数据,不去重

Parameters
NameTypeDescription
topicString

-

method GetProblem #
GetProblem(String)

create a problem model under the given topic

Parameters
NameTypeDescription
topicString

-

method Append #

row append

Parameters
NameTypeDescription
aProblemTable

-

bProblemTable

-

property dimensionNames #
dimensionNames

the key collection of the support vector: DynamicPropertyBase.Properties inputs.

property vectors #
vectors
method GetTopics #
GetTopics()
method Clone #
Clone()