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.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- (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"}})
|