Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haowulab authored Aug 16, 2019
1 parent 955a6e1 commit a173650
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Wind: weighted indexes for clustering evaluation

`Wind` is an R package designed to compute weighted normalized mutual information (wNMI) and weighted Rand index (wRI) to evaluate the clustering results by comparing a clustering output with a reference which has a hierarchical structure.


## Installation
---------------

Run following commands in R :

```
library(devtools)
install_github("haowulab/Wind", build_opts = c("--no-resave-data"))
```

The second line might take a little time and install some extra packages for building the package vignette.

For detailed information about the package, please refer to the package vignette:

```
library(Wind)
vignette("Wind")
```

0 comments on commit a173650

Please sign in to comment.