% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sharkDetectoR.R
\name{get_metrics}
\alias{get_metrics}
\title{Retrieve classification performance metrics (order/family/genus/species)}
\usage{
get_metrics()
}
\value{
A data.frame with one row per taxon at each level.
}
\description{
Reads the `flat_metrics.csv` file hosted at
\url{http://sharkpulse.cnre.vt.edu/static/flat_metrics.csv} into a data frame.
Columns are: \code{level, class, precision, recall, f1score, n_train, n_val, n_test}.
}
\examples{
\dontrun{
  metrics_df <- get_metrics()
  head(metrics_df)
}
}
