freeLSHData-deprecated | R Documentation |
This function is no longer needed with the new LSH package in use now. It will be defunct in the next release.
Free the memory allocated by loadLSHData
.
freeLSHData(lshData)
lshData |
A pointer returned by |
No return value.
Kevin Horan
loadLSHData
eiQuery
## Not run:
lshData = loadLSHData(r,d)
eiQuery(r,d,refIddb,c("650002","650003"), format="name",K=15,lshData=lshData)
eiQuery(r,d,refIddb,c("650004","650005"), format="name",K=15,lshData=lshData)
freeLSHData(lshData)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.