Skip to content

[Request] Transform method for Cover classes#233

Description

@lucasimi

馃殌 Feature Request

Currently Cover classes expose a fit and a search method. However, it would be useful to also have a transform method that works similarly as scikit-learn transformers: you call fit on a training set and call transform on the test set.

馃攳 Motivation

The main benefit is that we can construct the Mapper graph on a training set and then check if a test set matches the graph created on the train set.

馃 Algorithm Details (Optional)

The implementation would require that landmarks are somehow stored in the fit method, and then used in the transform method. The additional landmarks needed to cover the test set should be consistent with the ones already created.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions