From 7bdfa8268610f0aaebbb892b556bbd6a84b90b2b Mon Sep 17 00:00:00 2001 From: Mathieu Blondel <mathieu@mblondel.org> Date: Sat, 13 Nov 2010 00:36:05 +0900 Subject: [PATCH] Update matrix type in documentation. --- scikits/learn/feature_extraction/text/sparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scikits/learn/feature_extraction/text/sparse.py b/scikits/learn/feature_extraction/text/sparse.py index 50612d19cd..31fcc9ed4c 100644 --- a/scikits/learn/feature_extraction/text/sparse.py +++ b/scikits/learn/feature_extraction/text/sparse.py @@ -19,7 +19,7 @@ class CountVectorizer(BaseCountVectorizer): """Convert a collection of raw documents to a matrix of token counts This implementation produces a sparse representation of the counts using - a scipy.sparse.dok_matrix (dictionary of keys). + scipy.sparse.coo_matrix. Parameters ---------- -- GitLab