Learn R Programming

eiR (version 1.12.2)

freeLSHData: Free LSH Data

Description

Free the memory allocated by loadLSHData.

Usage

freeLSHData(lshData)

Arguments

lshData
A pointer returned by loadLSHData.

Value

  • No return value.

See Also

loadLSHData eiQuery

Examples

Run this code
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)

Run the code above in your browser using DataLab