Encapsulates a problem, or set of vectors which must be classified.
Problem
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.Problem
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 2 | Empty Constructor. |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| count | 1 | Number of vectors. |
| Y | 1 | Class labels. |
| X | 1 | Vector data. |
| maxIndex | 1 | Maximum index for a vector. |
| dimensionNames | 1 | the width of each row in Problem.X |
04 Members
Constructor.
Parameters
| Name | Type | Description |
|---|---|---|
y | String() | The class labels |
x | Node()() | Vector data. |
maxIndex | Int32 | Maximum index for a vector |
#ctor
Empty Constructor.
Remarks
Nothing is initialized.
count
Number of vectors.
Y
Class labels.
X
Vector data.
maxIndex
Maximum index for a vector. this value is the width of each row in Problem.X and equals to the length of vector Problem.dimensionNames
dimensionNames
the width of each row in Problem.X