Skip to content

optimHyperParams run error #99

@Macdot3

Description

@Macdot3

As advised in the documentation, I tried to compute q for my dataset on the fds object obtained by the calculatePSIValues(fds) function. The problem is that when I run optimHyperParams, I obtain the following error:

> set.seed(42)
> # hyperparameter opimization
> fds_obj <- optimHyperParams(fds_obj, type="jaccard", plot=FALSE)
Errore in h(simpleError(msg, call)) : 
error while evaluating argument 'x' when selecting a method for function 'drop': 
The extract_array() method for HDF5ArraySeed objects returned an array with incorrect dimensions. 
Please contact the authors/maintainers
  of the HDF5ArraySeed class (defined in the HDF5Array package) about this, and point them to the man page for the extract_array() generic
  function defined in the S4Arrays package ('?S4Arrays::extract_array').

I can't figure out what this error could be.
I hope you can help me.
Thanks a lot for the advice

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions