Skip to content

Commit

Permalink
Fix quantum_kernel reference
Browse files Browse the repository at this point in the history
  • Loading branch information
desmonty committed Oct 22, 2023
1 parent 14b847b commit 706bea8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def evaluate(
Args:
parameter_values: an array of values to assign to the user params
quantum_kernel: A ``QuantumKernel`` object to evaluate
quantum_kernel: A :class:`~qiskit_machine_learning.kernels.BaseKernel` 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 706bea8

Please sign in to comment.