Learn R Programming

FiRE (version 1.0.1)

score: Compute score on hashed sample.

Description

Once hashing is done using fit, compute score via proximity estimation.

Arguments

data

On which rarity score needs to be computed.

Details

For usage see example.

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
     ## Creating class object with required arguments
     model <- new(FiRE::FiRE, L, M)
     model$fit(data)
     score <- model$score(data)

  
# }

Run the code above in your browser using DataLab