ProblemTable {Microsoft.VisualBasic.MachineLearning.SVM.StorageProcedure} | .NET clr documentation |
# namespace Microsoft.VisualBasic.MachineLearning.SVM.StorageProcedure
export class ProblemTable {
# the key collection of the support vector: DynamicPropertyBase`1.Properties inputs.
dimensionNames: string;
vectors: SupportVector[];
}
vectors
: SupportVector