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.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- (defproject tservice-plugins/corrplot "v0.1.0"
- :description "FIXME: write description"
- :url "https://github.com/tservice-plugins/corrplot"
- :license {:name "Eclipse Public License"
- :url "http://www.eclipse.org/legal/epl-v10.html"}
- :min-lein-version "2.5.0"
- :deployable false
-
- :dependencies
- [[org.clojure/tools.logging "1.1.0"]
- [selmer "1.12.27"]]
-
- :profiles
- {:provided
- {:dependencies
- [[org.clojure/clojure "1.10.1"]
- [org.clojars.yjcyxky/tservice "0.6.0"]]}
-
- :uberjar
- {:auto-clean true
- :aot :all
- :omit-source true
- :javac-options ["-target" "1.8", "-source" "1.8"]
- :target-path "target/%s"
- :resource-paths ["resources"]
- :uberjar-name "corrplot.tservice-plugin.jar"}})
|