Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New update introducing SVM #11

Merged
merged 5 commits into from
Aug 12, 2017
Merged

New update introducing SVM #11

merged 5 commits into from
Aug 12, 2017

Conversation

rolfsimoes
Copy link
Member

  • This update fix CRAN check() warning
  • introduces matches and best_matches as tibble columns
  • modifications regarding the replacement of S4 objects from dtwSat to tibble format in SITS tibble, such as:
    -- sits_plot() function, particularly types "classification" and "matches"
    -- sits_TWDTW_classify() function
    -- sits_TWDTW_matches() function
  • Change signature of sits_accuracy() function to be able to work with predictors and references vectors as input parameters
  • Introduces the firsts two functions of a serie of Machine Learning functions that are coming soon

rolfsimoes and others added 5 commits August 12, 2017 01:13
- introduces `matches` and `best_matches` as tibble columns
- modifications regarding the replacement of S4 objects from dtwSat to tibble format in SITS tibble, such as:
-- `sits_plot()` function, particularly types "classification" and "matches"
-- `sits_TWDTW_classify()` function
-- `sits_TWDTW_matches()` function
- Change signature of `sits_accuracy()` function to be able to work with predictors and references vectors as input parameters
- Introduces the firsts two functions of a serie of Machine Learning functions that are coming soon
@gilbertocamara
Copy link
Contributor

First algorithm for machine learning in SITS (support vector machines)

@gilbertocamara gilbertocamara merged commit 6b701d3 into e-sensing:master Aug 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants