We are building up a library of hierarchical data science primitives written in DaphneDSL for typical tasks such as classification, regression, clustering, etc. etc. So far, these scripts reside in scripts/algorithms/ and can be imported into a user's DaphneDSL script.
We need to document these available library functions as a part of the DaphneDSL user documentation to show (a) that they exist, (b) what they do, (c) how they can be used (including examples).
We are building up a library of hierarchical data science primitives written in DaphneDSL for typical tasks such as classification, regression, clustering, etc. etc. So far, these scripts reside in
scripts/algorithms/
and can be imported into a user's DaphneDSL script.We need to document these available library functions as a part of the DaphneDSL user documentation to show (a) that they exist, (b) what they do, (c) how they can be used (including examples).