Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andreas Leha
binclaperf
Commits
9cde6101
Commit
9cde6101
authored
Apr 16, 2018
by
Andreas Leha
Browse files
new: Readme
parent
2516d9b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Readme.md
0 → 100644
View file @
9cde6101
<!-- Readme.md is generated from Readme.org. Please edit that file -->
# binclaperf R package
This package provides some functionality for easy assessing of
(binary) classification performance.
## Installation
Installation directly from gitlab is possible, when the package
[
devtools
](
https://cran.r-project.org/package=devtools
)
is installed.
Once the dependencies are installed, get this package with
```
R
library
(
"devtools"
)
install_git
(
"https://gitlab.gwdg.de/aleha/binclaperf"
)
```
## Roadmap
<!--
Local Variables:
mode: gfm
markdown-command: "marked"
End:
-->
Readme.org
0 → 100644
View file @
9cde6101
#+TITLE: binclaperf R package
#+OPTIONS: toc:nil num:nil
* Preamble :ignoreheading:
#+md: <!-- Readme.md is generated from Readme.org. Please edit that file -->
#+begin_src emacs-lisp :exports none :results none
(defun readmeplot ()
""
(file-name-nondirectory (org-babel-temp-file "./Readme-fig-" ".png")))
#+end_src
* TOC :ignoreheading:
# #+TOC: headlines 2
* binclaperf R package
This package provides some functionality for easy assessing of
(binary) classification performance.
** Example Usage :noexport:
To be done.
** Installation
Installation directly from gitlab is possible, when the package
[[https://cran.r-project.org/package=devtools][devtools]] is installed.
Once the dependencies are installed, get this package with
#+begin_src R :exports code :eval never
library("devtools")
install_git("https://gitlab.gwdg.de/aleha/binclaperf")
#+end_src
** Roadmap
* Local Variables for the *.md file :ignoreheading:
#+begin_export markdown
<!--
Local Variables:
mode: gfm
markdown-command: "marked"
End:
-->
#+end_export
* Ignore Local Variables above :noexport:
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment