qiskit.aqua.algorithms.SklearnSVM.test¶ SklearnSVM.test(data, labels)[source]¶ Test the SVM Parameters data (numpy.ndarray) – NxD array, where N is the number of data, D is the feature dimension. labels (numpy.ndarray) – Nx1 array, where N is the number of data Returns accuracy Return type float