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

sits_distances_from_data optimization (read the comments!) #22

Merged
merged 20 commits into from
Oct 4, 2017
Merged

sits_distances_from_data optimization (read the comments!) #22

merged 20 commits into from
Oct 4, 2017

Conversation

rolfsimoes
Copy link
Member

Introduces two new functions:
- sits_distances_from_data2()
- sits_classify2()

The above functions are optimizations of sits_distances_from_data().

These functions were created to overcome an incompatibility between
old sits_distances_from_data function and the new sits_classify.

This solution needs an resolution on such duplicity.

Conflicts:
	R/sits_TWDTW.R
	R/sits_assessment.R
	R/sits_classification.R
	R/sits_dendrogram.R
	R/sits_export_data.R
	R/sits_gam.R
	R/sits_import.R
	R/sits_machine_learning.R
	R/sits_patterns.R
	R/sits_plot.R
	R/sits_tibble.R
	R/sits_tibble_utils.R
	inst/extdata/examples/plotClassification.R
	inst/extdata/examples/sits_TWDTW_ML_full_embrapa_dataset.R
	inst/extdata/examples/sits_cerrado_pasture_KF.R
	inst/extdata/examples/sits_example_TWDTW.R
	inst/extdata/examples/sits_filtering_comparison.R
	inst/extdata/examples/sits_get_prodes_data.R
	inst/extdata/examples/sits_machine_learning_comparison.R
	inst/extdata/examples/sits_prodes_test_3.R
	inst/extdata/examples/sits_scidb_streaming_example.R
	inst/extdata/results/read_compare_conf_matrix.R
	man/sits_TWDTW_classify.Rd
	man/sits_TWDTW_classify_tibble.Rd
	man/sits_TWDTW_matches_tibble.Rd
	man/sits_accuracy_csv.Rd
	man/sits_conf_fromGZ.Rd
	man/sits_conf_fromJSON.Rd
	man/sits_foreach.Rd
	man/sits_fromCSV.Rd
	man/sits_fromGZ.Rd
	man/sits_fromJSON.Rd
	man/sits_fromSHP.Rd
	man/sits_fromWTSS.Rd
	man/sits_fromZOO.Rd
	man/sits_fromtable.Rd
	man/sits_getdata.Rd
	man/sits_plot.Rd
	man/sits_toGZ.Rd
	man/sits_toJSON.Rd
	man/sits_toXLSX.Rd
	man/sits_toZOO.Rd
	tests/testthat/test_getdata.R
Add accuracy results:
- sits_PRODES_TS_SPRD_accuracy.xlsx
- sits_PRODES_TWDTW_inCLUST_accuracy.xlsx
- sits_PRODES_TWDTW_CLUSTER_accuracy.xlsx
- sits_PRODES_TWDTW_GAM_accuracy.xlsx
Conflicts:
	inst/extdata/examples/sits_example_TWDTW.R
Conflicts:
	inst/extdata/examples/sits_prodes_226_064_examples.R
- sits_distances_from_data2()
- sits_classify2()

The above functions are optimizations of sits_distances_from_data().

These functions were created to overcome an incompatibility between
old sits_distances_from_data function and the new sits_classify.

This solution needs an resolution on such duplicity.
@gilbertocamara gilbertocamara merged commit 11ad7bf into e-sensing:master Oct 4, 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