Halmaera

Multi tool use
|
Esta página ou secção cita fontes confiáveis e independentes, mas que não cobrem todo o conteúdo, o que compromete a verificabilidade (desde março de 2017). Por favor, insira mais referências no texto. Material sem fontes poderá ser removido. —Encontre fontes: Google (notícias, livros e acadêmico)
|
|
Coordenadas: 0° 35' 58.63" N 127° 52' 0.5" E
Halmahera / Halmaera Gilolo
|
 Halmaera fica nas ilhas Molucas
|
0° 35' 58.63" N 127° 52' 0.5" E
|
Geografia física
|
País
|
Indonésia
|
Arquipélago
|
Ilhas Molucas
|
Ponto culminante
|
1 560 m (Monte Gamkonora)
|
Área
|
17 780 km²
|
Geografia humana
|
População
|
449 938 (2010)
|
Densidade
|
25,3 hab./km²
|
Maior cidade
|
Tobelo
|
 A baía de Weda
|

Localização de Halmaera no Arquipélago Malaio.

Nativo da etnia Togutil, em Halmaera.
Halmaera ou Gilolo[1] (Halmahera, Gilolo ou Jilolo, em indonésio) é a maior das Ilhas Molucas, na Indonésia.
Integrante da província indonésia das Molucas do Norte, a ilha possui uma área de cerca de 17780 km² e uma população (dados de 2010) de 449938 habitantes, dos quais cerca de 60% são de religião muçulmana e 40% cristã. Houve entre 1999 e 2000 violentos confrontos entre habitantes por questões religiosas.
Uma das principais riquezas é a existência de minas de ouro. Grande parte da superfície está classificada como reserva natural.
Notas
↑ Ambas as formas estão registradas no Dicionário Onomástico Etimológico de J.P. Machado.
Ilhas Molucas |
província de Molucas do Norte |
- Bacan
- Halmahera
- Kayoa
- Moti
- Makian
- Morotai
Obi (Obira)
Sula (Mangole, Sanana, Taliabu)
- Ternate
- Tidore
|
Província das Molucas |
- Ambelau
- Ambon
- Aru
- Boano
- Buru
- Babar
- Banda
- Ceram
- Damar
- Haruku
- Kai
- Kelang
- Leti
- Liran
- Manipa
- Manuk
- Nila
- Nusa Laut
- Romang
- Saparua
- Serua
- Tanimbar
- Tayandu
- Watubela
- Wetar
|
5y5fI QqLIg2zfdarc6zjeVmzlYOCwGwUdy8mX6sGWfery,mulqGHm,1 g 5Zr 8ta qB,rh,Re6R acwgz97Jd
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
0
I have problem with inserting data to MySQL from modal. My modal: <a href="#" class="badge badge-pill badge-success">6 komentarzy</a> <a href="#" class="badge badge-pill badge-danger">brak komentarzy</a> <a data-toggle="modal" href="#add_desk_comm_{$desk_['desk_id']}" data-target="#add_desk_comm_{$desk_['desk_id']}" class="ediiit">(dodaj)</a> <div class="modal fade" id="add_desk_comm_{$desk_['desk_id']}" tabindex="-1" role="dialog" aria-labelledby="edit_printer" aria-hidden="true"> <div class="modal-dialog" role="document"> ...