| freeLSHData-deprecated {eiR} | 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
## 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)