data -> labels
SupportVector
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.StorageProcedure.SupportVector
02 Properties
03 Members
id
The unique reference id of this support vector row.
Returns
A string value.
labels
The expected class label of this sample row, the dictionary key is the topic name and the value is the class label of that topic.
Returns
A dictionary which maps the topic name to its class label.