Skip to content

Commit 6720b14

Browse files
committed
1. Organized some files. 2. Updated some output messages in turbulence.py.
1 parent 0080584 commit 6720b14

84 files changed

Lines changed: 73 additions & 67 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sequenzo/clustering/src/r_version/WeightedCluster-master/DESCRIPTION renamed to original_datasets_and_cleaning/r_version/WeightedCluster-master/DESCRIPTION

File renamed without changes.

sequenzo/clustering/src/r_version/WeightedCluster-master/MD5 renamed to original_datasets_and_cleaning/r_version/WeightedCluster-master/MD5

File renamed without changes.

sequenzo/clustering/src/r_version/WeightedCluster-master/NAMESPACE renamed to original_datasets_and_cleaning/r_version/WeightedCluster-master/NAMESPACE

File renamed without changes.

sequenzo/clustering/src/r_version/WeightedCluster-master/NEWS renamed to original_datasets_and_cleaning/r_version/WeightedCluster-master/NEWS

File renamed without changes.

sequenzo/clustering/src/r_version/WeightedCluster-master/R/aggregatecases.R renamed to original_datasets_and_cleaning/r_version/WeightedCluster-master/R/aggregatecases.R

File renamed without changes.

sequenzo/clustering/src/r_version/WeightedCluster-master/R/as.seqtree.R renamed to original_datasets_and_cleaning/r_version/WeightedCluster-master/R/as.seqtree.R

File renamed without changes.

sequenzo/clustering/src/r_version/WeightedCluster-master/R/bootclustrange.R renamed to original_datasets_and_cleaning/r_version/WeightedCluster-master/R/bootclustrange.R

File renamed without changes.

sequenzo/clustering/src/r_version/WeightedCluster-master/R/clara_clustrange.R renamed to original_datasets_and_cleaning/r_version/WeightedCluster-master/R/clara_clustrange.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ seqclararange <- function(seqdata, R = 100, sample.size = 40 + 2 * max(kvals), k
2828
stop(" [!] At least one unkown criteria among ", paste(criteria, collapse = ", "), ". Please specify at leat one among the following: ", paste(allcriteria, collapse = ", "))
2929
}
3030
criteria <- allcriteria[critindex]
31-
message(" [>] Using ", method, " clustering optimizing the following criterion: ", paste(criteria, collapse = ", "), ".")
31+
message(" [>] Using ", method, " clustering optimizing the following criterion: ", paste(criteria, collapse = ", "), "")
3232

3333
## FIXME Add coherance check between method and criteria
3434

sequenzo/clustering/src/r_version/WeightedCluster-master/R/clustassoc.R renamed to original_datasets_and_cleaning/r_version/WeightedCluster-master/R/clustassoc.R

File renamed without changes.

sequenzo/clustering/src/r_version/WeightedCluster-master/R/clusterquality.R renamed to original_datasets_and_cleaning/r_version/WeightedCluster-master/R/clusterquality.R

File renamed without changes.

0 commit comments

Comments
 (0)