boulderopalscaleup.device.LinearNDClassifier

class boulderopalscaleup.device.LinearNDClassifier(*, projection, threshold, confusion_matrix, status='calibrated')

Linear N-dimensional classifier.

Variables

  • projection (tuple [ float , float , float , float ]) – Optimal quadrature line to project over.
  • threshold (float) – Threshold for binary classification.
  • confusion_matrix (list [ list [ float ] ]) – Confusion matrix associated with the classifier.
  • status ( "calibrated" or "uncalibrated" or "stale") – The calibration status of the classifier. Defaults to “calibrated”.

Was this useful?