ProblemTable
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.StorageProcedure.ProblemTable
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetTopicLabels | 1 | 获取所指定的topic下的所有标签数据,不去重 |
| GetProblem | 1 | create a problem model under the given topic |
| Append | 1 | row append |
| GetTopics | 1 | |
| Clone | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| dimensionNames | 1 | the key collection of the support vector: DynamicPropertyBase.Properties inputs. |
| vectors | 1 |
04 Members
GetTopicLabels(
String)获取所指定的topic下的所有标签数据,不去重
Parameters
| Name | Type | Description |
|---|---|---|
topic | String | - |
GetProblem(
String)create a problem model under the given topic
Parameters
| Name | Type | Description |
|---|---|---|
topic | String | - |
Append(ProblemTable, ProblemTable)
row append
Parameters
| Name | Type | Description |
|---|---|---|
a | ProblemTable | - |
b | ProblemTable | - |
dimensionNames
the key collection of the support vector: DynamicPropertyBase.Properties inputs.
vectors
GetTopics()
Clone()