Skip to content

Commit

Permalink
Fix wrong class info
Browse files Browse the repository at this point in the history
  • Loading branch information
desmonty committed Oct 23, 2023
1 parent b6ebf56 commit 6ef761b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ def evaluate(
An abstract method for evaluating the loss of a kernel function on a labeled dataset.
Args:
parameter_values: an array of values to assign to the user params
quantum_kernel: A :class:`~qiskit_machine_learning.kernels.BaseKernel` object
to evaluate
parameter_values: An array of values to assign to the user params
quantum_kernel: A trainable quantum kernel object to evaluate
data: An ``(N, M)`` matrix containing the data
``N = # samples, M = dimension of data``
labels: A length-N array containing the truth labels
Expand Down

0 comments on commit 6ef761b

Please sign in to comment.