Skip to content

Remove calls to KmeanOrder from notebook  #25

@wleoncio

Description

@wleoncio

The following Notebooks contain calls to the legacy function KmeanOrder():

As per a warning on that function, KmeanOrder() has been replaced by pseudoTimeOrdering(), so all calls to KmeanOrder() should be replaced ASAP.

Ideally, just changing the name of the function called should suffice; if bugs occur, fixes should be made to pseudoTimeOrdering().

This change would allow us to remove KmeanOrder, thus reducing the code footprint and check time of the package (something DIscBIO is in need).

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions