FP-Devicer - v2.0.2
    Preparing search index...

    Interface AttractorModel

    Pluggable attractor-risk model, used to replace the built-in heuristic with a frequency table derived from actual traffic.

    createFrequencyTableAttractorModel for a factory that builds a model from observed platform/resolution/language/browser frequency data.

    interface AttractorModel {
        score(fp: FPUserDataSet): number;
    }

    Implemented by

    Index

    Methods

    Methods

    • Score the given fingerprint on the attractor-risk axis.

      Parameters

      Returns number

      A normalised risk score in [0, 100] where 100 is the most-generic, collision-prone profile possible.