Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expression USING MODELS #14

Closed
riastradh-probcomp opened this issue May 21, 2015 · 1 comment
Closed

expression USING MODELS #14

riastradh-probcomp opened this issue May 21, 2015 · 1 comment
Assignees

Comments

@riastradh-probcomp
Copy link
Contributor

SELECT m.modelno
    FROM bayesdb_generator AS g, bayesdb_generator_model AS m
    WHERE g.name = 'foo_cc' AND g.id = m.generator_id
        AND (ESTIMATE MUTUAL INFORMATION OF quagga WITH eland FROM foo_cc
                USING MODEL m.modelno LIMIT 1) > 0.8
@riastradh-probcomp riastradh-probcomp self-assigned this May 21, 2015
@riastradh-probcomp
Copy link
Contributor Author

Implemented in 6eddfdb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant