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 buf fix and improvements #4

Merged
merged 325 commits into from
Aug 3, 2017
Merged

SITS buf fix and improvements #4

merged 325 commits into from
Aug 3, 2017

Conversation

rolfsimoes
Copy link
Member

In this pull request:

  • Users and Producers accuracy bug fix -- it removes the rfUtilities dependence and implements its own accuracy algorithms (sits_assessment.R);
  • Introduces sits_plot_dendrogram() function with color brewer schemes to distinguish between label classes (sits_plot.R);
  • Introduces new function sits_last_cluster() that returns the last cluster computed object (sits_cluster.R);
  • Fix sits_cluster() function -- a bug in unsupervised classification;
  • Improves sits_labels() function by including from_members parameter (sits_table.R);
  • Change names from "sits_segregation" family of functions to "sits_separability" (sits_separability.R);
  • Fix calculation of entropy in sits_segregation_measure();
  • Some parameters documentation;

vwmaus and others added 30 commits March 9, 2017 19:37
add centroids samples damien with labels
Assessment function from dtwSat package
…sits_fromWTSS based in `coverage attributes description`. Fix small bugs.
Merge branch 'master' of https://github.com/gilbertocamara/sits

Conflicts:
	R/sits_getdata.R
Merge branch 'master' of https://github.com/gilbertocamara/sits

Conflicts:
	R/sits_getdata.R

Merge branch 'master' of https://github.com/gilbertocamara/sits

Conflicts:
	R/sits_getdata.R
…ts_get_data, fixed ensurer, cleaned samples data_set
…ts_get_data, fixed ensurer, cleaned samples data_set
gilbertocamara and others added 28 commits July 25, 2017 13:47
# Conflicts:
#	inst/extdata/examples/sits_filtering_comparison.R
# Conflicts:
#	inst/extdata/examples/sits_filtering_comparison_2.R
# Conflicts:
#	inst/extdata/examples/sits_filtering_comparison2.R
Merge branch 'master' of https://github.com/gilbertocamara/sits

# Conflicts:
#	R/sits_assessment.R
#	R/sits_table.R
#	inst/extdata/examples/sits_patterns_show.R
#	man/sits_relabel.Rd
Merge branch 'master' of https://github.com/gilbertocamara/sits

# Conflicts:
#	R/sits_assessment.R
#	R/sits_table.R
#	inst/extdata/examples/sits_patterns_show.R
#	man/sits_relabel.Rd
* .sits_last_cluster
* brewer color set names and valaues

Introduces new functions:
* sits_last_cluster()

Changed sits_segregation.R to sits_separability.R
* Introduces a new function sits_plot_dendrogram() to plot label based colors dendrograms;
* Change all "segregation" functions to "separability" functions (including sits_segregation.R --> sits_separability.R)
Conflicts:
	.Rbuildignore
	.gitignore
	DESCRIPTION
	LICENSE
	NAMESPACE
	R/sits_TWDTW.R
	R/sits_assessment.R
	R/sits_cluster.R
	R/sits_filters.R
	R/sits_getdata.R
	R/sits_init.R
	R/sits_patterns.R
	R/sits_plot.R
	R/sits_table.R
	inst/extdata/examples/sits_cerrado_pasture.R
	inst/extdata/examples/sits_cluster_TWDTW.R
	inst/extdata/examples/sits_example_TWDTW_2.R
	inst/extdata/examples/sits_examples_TWDTW_3.R
	inst/extdata/examples/sits_examples_TWDTW_4.R
	inst/extdata/examples/sits_fao_validation.R
	inst/extdata/examples/sits_filtering_comparison2.R
	inst/extdata/examples/sits_matogrosso_validation.R
	inst/extdata/examples/sits_pasture_cerrado_patterns.R
	inst/extdata/examples/sits_prodes_test_1.R
	inst/extdata/examples/sits_scidb_streaming_example.R
	inst/extdata/examples/sits_validation_examples.R
	inst/extdata/patterns/patterns_Damien_Ieda_Rodrigo_17classes_3bands.json
	inst/extdata/patterns/patterns_MT_18052017.json
	inst/extdata/patterns/patterns_MatoGrosso_18052017.json
	inst/extdata/samples/savanna_pasture_samples_2.csv
	man/sits_accuracy.Rd
	man/sits_cluster.Rd
	man/sits_cross_validate.Rd
	man/sits_labels.Rd
	man/sits_missing_values.Rd
	man/sits_patterns.Rd
	man/sits_patterns_gam.Rd
	man/sits_plot.Rd
	man/sits_plot_title.Rd
	man/sits_test_patterns.Rd
	sits.Rproj
Conflicts:
	.Rbuildignore
	.gitignore
	DESCRIPTION
	LICENSE
	NAMESPACE
	R/sits_TWDTW.R
	R/sits_assessment.R
	R/sits_cluster.R
	R/sits_filters.R
	R/sits_getdata.R
	R/sits_init.R
	R/sits_patterns.R
	R/sits_plot.R
	R/sits_table.R
	inst/extdata/examples/sits_cerrado_pasture.R
	inst/extdata/examples/sits_cluster_TWDTW.R
	inst/extdata/examples/sits_example_TWDTW_2.R
	inst/extdata/examples/sits_examples_TWDTW_3.R
	inst/extdata/examples/sits_examples_TWDTW_4.R
	inst/extdata/examples/sits_fao_validation.R
	inst/extdata/examples/sits_filtering_comparison2.R
	inst/extdata/examples/sits_matogrosso_validation.R
	inst/extdata/examples/sits_pasture_cerrado_patterns.R
	inst/extdata/examples/sits_prodes_test_1.R
	inst/extdata/examples/sits_scidb_streaming_example.R
	inst/extdata/examples/sits_validation_examples.R
	inst/extdata/patterns/patterns_Damien_Ieda_Rodrigo_17classes_3bands.json
	inst/extdata/patterns/patterns_MT_18052017.json
	inst/extdata/patterns/patterns_MatoGrosso_18052017.json
	inst/extdata/samples/savanna_pasture_samples_2.csv
	man/sits_accuracy.Rd
	man/sits_cluster.Rd
	man/sits_cross_validate.Rd
	man/sits_labels.Rd
	man/sits_missing_values.Rd
	man/sits_patterns.Rd
	man/sits_patterns_gam.Rd
	man/sits_plot.Rd
	man/sits_plot_title.Rd
	man/sits_test_patterns.Rd
	sits.Rproj
Conflicts:
	.gitignore
	DESCRIPTION
	NAMESPACE
	R/sits_init.R
Conflicts:
	inst/extdata/PosProcessamentoDTW/ProgramasR/Modelagem_classificacao_dados_simulados.R
@gilbertocamara gilbertocamara merged commit 06cf625 into e-sensing:master Aug 3, 2017
gilbertocamara added a commit that referenced this pull request Aug 3, 2017
Add new patterns with 14 signatures and 3 bands generated by Michelle
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

5 participants