Skip to content

Commit

Permalink
Fix bug in twdtw accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
vwmaus committed Feb 2, 2017
1 parent 4f099c8 commit ea7917b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 61 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ Maintainer: Victor Maus <[email protected]>
LazyData: true
RoxygenNote: 5.0.1
Collate:
'class-crossValidation.R'
'class-twdtwTimeSeries.R'
'class-twdtwMatches.R'
'class-twdtwRaster.R'
'createPatterns.R'
'crossValidation.R'
'data.R'
'dtw.R'
'dwtSat.R'
Expand All @@ -85,7 +85,6 @@ Collate:
'resampleTimeSeries.R'
'subset.R'
'twdtw.R'
'twdtwAccuracy.R'
'twdtwApply.R'
'twdtwClassify.R'
'zzz.R'
Expand Down
49 changes: 0 additions & 49 deletions R/twdtwAccuracy.R

This file was deleted.

13 changes: 6 additions & 7 deletions man/getTimeSeries.Rd

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

7 changes: 5 additions & 2 deletions man/plotCrossValidation.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/twdtwCrossValidation-class.Rd

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

0 comments on commit ea7917b

Please sign in to comment.