freeLSHData: Free LSH Data

Description Usage Arguments Value Author(s) See Also Examples

View source: R/core.R

Description

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)

girke-lab/eiR-release documentation built on May 17, 2019, 5:27 a.m.