Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Vamp fix varcut cutoff#1397

Merged
marscher merged 4 commits into
markovmodel:develfrom
marscher:vamp_fix_varcut_cutoff
Feb 12, 2019
Merged

Vamp fix varcut cutoff#1397
marscher merged 4 commits into
markovmodel:develfrom
marscher:vamp_fix_varcut_cutoff

Conversation

@marscher
Copy link
Copy Markdown
Member

The variance cutoff yielded bogus results like:

for d in (0.5, 0.6, 0.7, 0.8, 0.9, 0.95, 0.99, 1.0):
    vamp_dists.dim = d
    print('var cutoff:', d, 'dimensions:', vamp_dists.dimension() )
var cutoff: 0.5 dimensions: 159
var cutoff: 0.6 dimensions: 145
var cutoff: 0.7 dimensions: 129
var cutoff: 0.8 dimensions: 109
var cutoff: 0.9 dimensions: 82
var cutoff: 0.95 dimensions: 62
var cutoff: 0.99 dimensions: 37
var cutoff: 1.0 dimensions: 210

also removed references to mock and six.

@marscher marscher merged commit a80be72 into markovmodel:devel Feb 12, 2019
@marscher marscher deleted the vamp_fix_varcut_cutoff branch February 12, 2019 18:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant