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

proper relational realization of USING MODEL #15

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

proper relational realization of USING MODEL #15

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

Comments

@riastradh-probcomp
Copy link
Contributor

Design a composable, relational realization of MODELS OF <generator> so that you can do queries something like:

SELECT m.modelno FROM MODELS OF foo_cc AS m
    WHERE (ESTIMATE MUTUAL INFORMATION OF quagga WITH eland
            IN foo_cc USING MODEL m) > 0.8
@riastradh-probcomp riastradh-probcomp self-assigned this May 21, 2015
@riastradh-probcomp riastradh-probcomp changed the title proper relational realization of USING MODELS proper relational realization of USING MODEL May 26, 2015
@riastradh-probcomp riastradh-probcomp added this to the language revision 2 milestone Jul 3, 2015
@gregory-marton
Copy link
Contributor

This would be well supported by generator tagging.

riastradh-probcomp added a commit that referenced this issue Nov 20, 2015
Bonus: apsw will now pass through exceptions raised by user-defined
SQL functions, so no need for the stupid kludge to print them to
stderr!  (Github issue #15)
riastradh-probcomp added a commit that referenced this issue Nov 20, 2015
Bonus: apsw will now pass through exceptions raised by user-defined
SQL functions, so no need for the stupid kludge to print them to
stderr!  (Github issue #15)
riastradh-probcomp added a commit that referenced this issue Dec 2, 2015
Bonus: apsw will now pass through exceptions raised by user-defined
SQL functions, so no need for the stupid kludge to print them to
stderr!  (Github issue #15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants