paper-with-me

홈 › Papers

Multivariate Comparison of Classification Algorithms

2014-09-16 · Olcay Taner Yildiz, Ethem Alpaydin

Statistical tests that compare classification algorithms are univariate and use a single performance measure, e.g., misclassification error, $F$ measure, AUC, and so on. In multivariate tests, comparison is done using multiple measures simultaneously. For example, error is the sum of false positives and false negatives and a univariate test on error cannot make a distinction between these two sources, but a 2-variate test can. Similarly, instead of combining precision and recall in $F$ measure, we can have a 2-variate test on (precision, recall). We use Hotelling's multivariate $T^2$ test for comparing two algorithms, and when we have three or more algorithms we use the multivariate analysis of variance (MANOVA) followed by pairwise post hoc tests. In our experiments, we see that multivariate tests have higher power than univariate tests, that is, they can detect differences that univariate tests cannot. We also discuss how multivariate analysis allows us to automatically extract performance measures that best distinguish the behavior of multiple algorithms.

📄 PDF Abstract BibTeX arXiv:1409.4566

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Benchmarking Multivariate Time Series Classification Algorithms

2020-07-26 · Alejandro Pasos Ruiz, Michael Flynn, Anthony Bagnall

Time Series Classification (TSC) involved building predictive models for a discrete target variable from ordered, real valued, attributes. Over recent years, a new set of TSC algorithms have been developed which have mad…

BenchmarkingClassificationDynamic Time WarpingGeneral Classification+3

A Shapelet Transform for Multivariate Time Series Classification

2017-12-18 · Aaron Bostrom, Anthony Bagnall

Shapelets are phase independent subsequences designed for time series classification. We propose three adaptations to the Shapelet Transform (ST) to capture multivariate features in multivariate time series classificatio…

ClassificationGeneral ClassificationTime SeriesTime Series Analysis+1

The UEA multivariate time series classification archive, 2018

2018-10-31 · Anthony Bagnall, Hoang Anh Dau, Jason Lines, Michael Flynn 외

In 2002, the UCR time series classification archive was first released with sixteen datasets. It gradually expanded, until 2015 when it increased in size from 45 datasets to 85 datasets. In October 2018 more datasets wer…

ClassificationGeneral ClassificationTime SeriesTime Series Analysis+1

Multivariate Systemic Risk Measures and Computation by Deep Learning Algorithms

2023-02-02 · Alessandro Doldi, Yichen Feng, Jean-Pierre Fouque, Marco Frittelli

In this work we propose deep learning-based algorithms for the computation of systemic shortfall risk measures defined via multivariate utility functions. We discuss the key related theoretical aspects, with a particular…

Deep LearningFairness

Knowledge Extraction with Interval Temporal Logic Decision Trees

2023-05-26 · Guido Sciavicco, Stan Ionel Eduard

Multivariate temporal, or time, series classification is, in a way, the temporal generalization of (numeric) classification, as every instance is described by multiple time series instead of multiple values. Symbolic cla…

ClassificationTime SeriesTime Series Classification