« Clustering et classification hiérarchique en text mining » : différence entre les versions

De EduTech Wiki
Aller à la navigation Aller à la recherche
Ligne 10 : Ligne 10 :


* Feinerer, I., Hornik, K. & Meyer, D. (2008). Text Mining Infrastructure in R. ''Journal of Statistical Software, 25''.  [http://www.jstatsoft.org/v25/i05/paper PDF]
* Feinerer, I., Hornik, K. & Meyer, D. (2008). Text Mining Infrastructure in R. ''Journal of Statistical Software, 25''.  [http://www.jstatsoft.org/v25/i05/paper PDF]
=== Manuel R ===
* [http://stat.ethz.ch/R-manual/R-patched/library/stats/html/kmeans.html kmeans : K-Means Clustering]
* [http://stat.ethz.ch/R-manual/R-patched/library/stats/html/hclust.html hclust : Hierarchical Clustering]


=== Références informelles ===
=== Références informelles ===

Version du 30 octobre 2014 à 17:15

Cet article est une ébauche à compléter. Une ébauche est une entrée ayant un contenu (très) maigre et qui a donc besoin d'un auteur.

Références

  • Berry, M. & Castellanos, M. (2007) Survey of Text Mining: Clustering, Classification, and Retrieval, Second Edition PDF
  • Aggarwal, C. & Zhai C. (2012). A Survey of Clustering Algorithms, in Mining Text Data, Springer. ch4 PDF
  • Feinerer, I., Hornik, K. & Meyer, D. (2008). Text Mining Infrastructure in R. Journal of Statistical Software, 25. PDF

Manuel R

Références informelles