score {FiRE} | R Documentation |
Once hashing is done using fit
, compute score via proximity estimation.
data |
On which rarity score needs to be computed. |
For usage see example.
## Not run: ## Creating class object with required arguments model <- new(FiRE::FiRE, L, M) model$fit(data) score <- model$score(data) ## End(Not run)