rank_score: Calculate Rank Score for Predictions

View source: R/classifier.R

rank_scoreR Documentation

Calculate Rank Score for Predictions

Description

Calculate Rank Score for Predictions

Usage

rank_score(prob, observed)

Arguments

prob

matrix of predicted probabilities (observations x classes)

observed

vector of observed class labels

Value

data.frame with prank and observed


bbuchsbaum/multivarious documentation built on Dec. 23, 2024, 7:47 a.m.