oktoberfest.pr.DLomix.predict_xl

DLomix.predict_xl(data, dataset_name, keep_dataset=True)

Perform inference on the xl data using the DLOmix model.

This is currently not implemented.

Parameters:
  • data (Spectra) – spectral library to predict features for

  • dataset_name (str) – Name of the dataset for storing processed files for DLomix

  • keep_dataset (bool) – Whether to keep or discard the pre-processed dataset after inference

Raises:

NotImplementedError – Always.

Return type:

tuple[dict[str, ndarray], dict[str, ndarray]]