Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

SkQDA.fit

SkQDA.fit(data, labels)[source]

Fit the QDA.

Parameters:
  • data (List) – The independent data.

  • labels (List) – The labels corresponding to data.