Model
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.StorageProcedure.Model
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CreateJSONModel | 1 | |
| CreateModel | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| parameter | 1 | Parameter object. |
| numberOfClasses | 1 | Number of classes in the model. |
| supportVectorCount | 1 | Total number of support vectors. |
| supportVectors | 1 | The support vectors. |
| supportVectorCoefficients | 1 | The coefficients for the support vectors. |
| supportVectorIndices | 1 | Values in [1,...,num_training_data] to indicate SVs in the training set |
| rho | 1 | Constants in decision functions |
| pairwiseProbabilityA | 1 | First pairwise probability. |
| pairwiseProbabilityB | 1 | Second pairwise probability. |
| classLabels | 1 | Class labels. |
| numberOfSVPerClass | 1 | Number of support vectors per class. |
| dimensionNames | 1 | |
| trainingSize | 1 |
04 Members
parameter
Parameter object.
numberOfClasses
Number of classes in the model.
supportVectorCount
Total number of support vectors.
supportVectors
The support vectors.
supportVectorCoefficients
The coefficients for the support vectors.
supportVectorIndices
Values in [1,...,num_training_data] to indicate SVs in the training set
rho
Constants in decision functions
pairwiseProbabilityA
First pairwise probability.
pairwiseProbabilityB
Second pairwise probability.
classLabels
Class labels.
numberOfSVPerClass
Number of support vectors per class.
dimensionNames
trainingSize
CreateJSONModel(Model)
CreateModel()