It is used to investigate the dependence between multiple variables at the same time and to highlight the most correlated variables in a data table.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

8 lines
192B

  1. (ns tservice.plugins.corrplot-test
  2. (:require [clojure.test :refer :all]
  3. [tservice.plugins.corrplot :refer :all]))
  4. (deftest a-test
  5. (testing "FIXME, I fail."
  6. (is (= 0 1))))