Skip to content

Possible large memory usage fix #4

@dkoslicki

Description

@dkoslicki

In the formation of the hypothetical organism portion of the matrix, a hypothetical column is added for each column of A, and for each threshold. Since the matrix A is reduced using the cutoff here, we only really need to make the hypothetical columns for the reduced A.

For large training databases and diverse samples, this will significantly reduce the memory usage (as it now briefly spikes before the basis is reduced).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions