Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Jul 21, 2018
1 parent 8294355 commit 39b7645
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/CENTROIDS-sdtw-cent.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sdtw_cent_nloptr <- function(centroid, series, gamma, weights, mv, dim0)
#'
#' @details
#'
#' Note that you can trace the optimization by specifing `print_level > 0` in `opts`.
#' Note that you can trace the optimization by specifying `print_level > 0` in `opts`.
#'
#' @template rcpp-parallel
#'
Expand Down
2 changes: 1 addition & 1 deletion R/GENERICS-cvi.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
#' assumes so.
#'
#' Because of the above, calculating CVIs for clusterings made with [TADPole()] is a special case.
#' Since TADPole uses 3 distances during its exeuction (DTW, LB_Keogh and Euclidean), it is not
#' Since TADPole uses 3 distances during its execution (DTW, LB_Keogh and Euclidean), it is not
#' obvious which one should be used for the calculation of CVIs. Nevertheless, [dtw_basic()] is used
#' by default.
#'
Expand Down
4 changes: 2 additions & 2 deletions R/SHINY-ssdtwclust.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#' [parallel::clusterExport()], as well as the examples below.
#'
#' The range of window sizes is specified with a slider, and represents the size as a percentage
#' of the shortest series' length. The `step` parameter indicates how spaced appart should the
#' of the shortest series' length. The `step` parameter indicates how spaced apart should the
#' sizes be (parameter `'by'` in [base::seq()]). A 0-size window should only be used if all series
#' have the same length. If the series have different lengths, using small window sizes can be
#' problematic if the length differences are very big, see the notes in [dtw_basic()].
Expand Down Expand Up @@ -77,7 +77,7 @@
#'
#' @section Evaluate:
#'
#' This section provides numerical results for reference. The latests results can be saved in the
#' This section provides numerical results for reference. The latest results can be saved in the
#' global environment, which includes clustering results, constraints so far, and the suggested
#' window size. Since this includes everything returned by [compare_clusterings()], you could also
#' use [repeat_clustering()] afterwards.
Expand Down
2 changes: 1 addition & 1 deletion man/cvi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/sdtw_cent.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/ssdtwclust.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 39b7645

Please sign in to comment.