-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
declare Remotes location for mixedClust
- Loading branch information
Showing
1 changed file
with
14 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,27 +2,18 @@ Type: Package | |
Package: diceR | ||
Title: Diverse Cluster Ensemble in R | ||
Version: 2.2.0 | ||
Authors@R: | ||
c(person(given = "Derek", | ||
family = "Chiu", | ||
role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person(given = "Aline", | ||
family = "Talhouk", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Johnson", | ||
family = "Liu", | ||
role = c("ctb", "com"), | ||
email = "[email protected]")) | ||
Description: Performs cluster analysis using an ensemble | ||
clustering framework, Chiu & Talhouk (2018) | ||
<doi:10.1186/s12859-017-1996-y>. Results from a diverse set of | ||
algorithms are pooled together using methods such as majority voting, | ||
K-Modes, LinkCluE, and CSPA. There are options to compare cluster | ||
assignments across algorithms using internal and external indices, | ||
visualizations such as heatmaps, and significance testing for the | ||
existence of clusters. | ||
Authors@R: c( | ||
person("Derek", "Chiu", , "[email protected]", role = c("aut", "cre")), | ||
person("Aline", "Talhouk", , "[email protected]", role = "aut"), | ||
person("Johnson", "Liu", , "[email protected]", role = c("ctb", "com")) | ||
) | ||
Description: Performs cluster analysis using an ensemble clustering | ||
framework, Chiu & Talhouk (2018) <doi:10.1186/s12859-017-1996-y>. | ||
Results from a diverse set of algorithms are pooled together using | ||
methods such as majority voting, K-Modes, LinkCluE, and CSPA. There | ||
are options to compare cluster assignments across algorithms using | ||
internal and external indices, visualizations such as heatmaps, and | ||
significance testing for the existence of clusters. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/AlineTalhouk/diceR/, | ||
https://alinetalhouk.github.io/diceR/ | ||
|
@@ -74,6 +65,8 @@ LinkingTo: | |
Rcpp | ||
VignetteBuilder: | ||
knitr | ||
Remotes: | ||
cran/mixedClust | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
|