freeLSHData: Deprecated Free LSH Data

Description Usage Arguments Value Author(s) See Also Examples

View source: R/core.R

Description

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.

Usage

1
freeLSHData(lshData)

Arguments

lshData

A pointer returned by loadLSHData.

Value

No return value.

Author(s)

Kevin Horan

See Also

loadLSHData eiQuery

Examples

1
2
3
4
5
6
7
	## 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)

eiR documentation built on Nov. 8, 2020, 6:17 p.m.