Nota: Se procura pelo asteróide homônimo, veja 1078 Mentha.
Mentha
Mentha arvensis
Classificação científica
Reino:
Plantae
Divisão:
Magnoliophyta
Classe:
Magnoliopsida
Ordem:
Lamiales
Família:
Lamiaceae
Subfamília:
Nepetoideae
Género:
Mentha L.
Espécies
Ver texto
Outros projetos Wikimedia também contêm material sobre este tema:
Imagens e media no Commons
Diretório no Wikispecies
Commons
Wikispecies
Mentha spicata (hortelã-verde).
Chá de menta, em Arzila.
Mentha L. é um gênero botânico da família Lamiaceae, cujas espécies são popularmente chamadas mentas ou hortelãs.
As hortelãs ou mentas são plantas herbáceas vivazes, compreendendo numerosas espécies, das quais muitas são cultivadas em função de suas propriedades aromáticas, condimentares, ornamentais ou medicinais.
Em suas propriedades medicinais, é usada como antisséptico, aromática, digestivo, estomáquica e expectorante.
Em países lusófonos, as espécies deste gênero são popularmente conhecidas como Hortelãs, embora o nome Menta também seja por vezes utilizado.
Índice
1Sinonímia
2Espécies
3Classificação do gênero
4Ligações externas
Sinonímia |
Preslia Opi
Espécies |
Mentha alopecuroides
Mentha aquatica
Mentha arvensis
Mentha australis
Mentha austriaca
Mentha cervina
Mentha cunninghamii
Mentha dahurica
Mentha dalmatica
Mentha diemenica
Mentha dumetorum
Mentha gattefossei
Mentha gentilis
Mentha gracilis
Mentha grandiflora
Mentha haplocalyx
Mentha hybrid
Mentha insularis
Mentha japonica
Mentha kopetdaghensis
Mentha lavanduliodora
Mentha laxiflora
Mentha longifolia
Mentha maximilianea
Mentha micrantha
Mentha microphylla
Mentha muelleriana
Mentha niliaca
Mentha palustris
Mentha piperita
Mentha pulegium
Mentha pyramidalis
Mentha requienii
Mentha rotundifolia
Mentha royleana
Mentha rubra
Mentha satureioides
Mentha smithiana
Mentha spicata
Mentha suaveolens
Mentha suavis
Mentha sylvestris
Mentha timija
Mentha tomentosa
Mentha velutina
Mentha verticillata
Mentha villosa
Mentha viridis
Classificação do gênero |
Sistema
Classificação
Referência
Linné
Classe Didynamia, ordem Gymnospermia
Species plantarum (1753)
Ligações externas |
PPP-Index (em alemão)
USDA Plants Database (em inglês)
Botânica sistemática (em inglês)
DiversityOfLife (em inglês)
Site oficial APG II (em inglês)
Este artigo sobre a ordem Lamiales, integrado no Projeto Plantas é um esboço. Você pode ajudar a Wikipédia expandindo-o.
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"> ...