fit {FiRE} | R Documentation |
Hashing samples into bins, using Sketching as hash function. This function repeats hashing process L
times by sampling M
dimensions at a time and hashes samples into one of H
bins.
data |
On which rarity score needs to be computed. Required to be a |
For usage see example.
This function does not do any preprocessing, so preprocessed data must be passed if required.
## Not run: ## Creating class object with required arguments model <- new(FiRE::FiRE, L, M) model$fit(data) ## End(Not run)