Package: apportita 0.0.5
apportita: Utility for Handling 'magnitude' Word Embeddings
A partial R port from 'magnitude', which is a fast, simple utility library for handling vector embeddings. The main goal of this package is to enable access to user's local magnitude data store.
Authors:
apportita_0.0.5.tar.gz
apportita_0.0.5.zip(r-4.5)apportita_0.0.5.zip(r-4.4)apportita_0.0.5.zip(r-4.3)
apportita_0.0.5.tgz(r-4.4-any)apportita_0.0.5.tgz(r-4.3-any)
apportita_0.0.5.tar.gz(r-4.5-noble)apportita_0.0.5.tar.gz(r-4.4-noble)
apportita_0.0.5.tgz(r-4.4-emscripten)apportita_0.0.5.tgz(r-4.3-emscripten)
apportita.pdf |apportita.html✨
apportita/json (API)
# Install 'apportita' in R: |
install.packages('apportita', repos = c('https://paithiov909.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/paithiov909/apportita/issues
Last updated 10 months agofrom:7e1b28199c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win | OK | Nov 05 2024 |
R-4.5-linux | OK | Nov 05 2024 |
R-4.4-win | OK | Nov 05 2024 |
R-4.4-mac | OK | Nov 05 2024 |
R-4.3-win | OK | Nov 05 2024 |
R-4.3-mac | OK | Nov 05 2024 |
Exports:calc_distcalc_similcalc_wrdclosedoesnt_matchhas_exactmagnitudemost_similarqueryslice_fracslice_indexslice_nwrd
Dependencies:bitbit64blobcachemclicpp11data.tableDBIdbplyrdplyrfansifastmapgenericsgluelatticelifecyclemagrittrMatrixmemoisepillarpkgconfigplogrproxyCpurrrR6RcppRcppArmadilloRcppEigenrlangRSQLitestringistringrtibbletidyrtidyselecttransportutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Calculate distances from keys to keys | calc_dist |
Calculate similarities from keys to keys | calc_simil |
Calculate Word Rotator's Distance from keys to keys | calc_wrd |
Close a Magnitude connection | close,Magnitude-method |
Dimensions of a Magnitude table | dim,Magnitude-method |
Order keys by their distances to a key | doesnt_match |
Check if keys exist in a Magnitude table? | has_exact |
Create a Magnitude connection | magnitude |
Order keys by their similarity to a key | most_similar |
Get vector embeddings of keys | query |
Slice samples by fraction from a Magnitude table | slice_frac |
Slice samples by index from a Magnitude table | slice_index |
Slice samples from a Magnitude table | slice_n |
Calculate Word Rotator's Distance | wrd |