accuracyScores: Compute accuracy scores.

View source: R/accuracyScores.R

accuracyScoresR Documentation

Compute accuracy scores.

Description

Compute accuracy scores.

Usage

accuracyScores(data = NA, type = "local", method = "correlation")

Arguments

data

data.

type

string: what kind of scores should be computed ("local", default, or "global"). If set to "global", the igraph library needs to be available.

method

string: what method to use in order to compute scores ("correlation", default, or "cosine", "ejaccard", "edice", "bhjattacharyya", "canberra", "divergence", "wave", "kullback", "bray", "soergel", "chord", "geodesic", "whittaker", "hellinger"). Except from "correlation", the other methods require the proxy library.

Value

Reshaped data.


SWS-Methodology/faoswsTrade documentation built on Feb. 24, 2025, 7:45 a.m.