You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2019/10/08 13:24:58 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Inprove correlation docs 11

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch SOLR-13105-visual
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/SOLR-13105-visual by this push:
     new 2c8d4b5  SOLR-13105: Inprove correlation docs 11
2c8d4b5 is described below

commit 2c8d4b50377a18d3f2d6a769d453e26e0df90f66
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue Oct 8 09:24:52 2019 -0400

    SOLR-13105: Inprove correlation docs 11
---
 solr/solr-ref-guide/src/statistics.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/statistics.adoc b/solr/solr-ref-guide/src/statistics.adoc
index 37bf8d3..d8d7da2 100644
--- a/solr/solr-ref-guide/src/statistics.adoc
+++ b/solr/solr-ref-guide/src/statistics.adoc
@@ -402,7 +402,7 @@ the values in the cells of the matrix.
 
 The `corr` function is then used correlate the *columns* of the matrix. This produces a correlation matrix
 that shows how complaint types are correlated based on the zip codes they appear in. Another way to look at this
-is it shows which complaint types tend to co-occur across zip codes.
+is it shows how the different complaint types tend to co-occur across zip codes.
 
 Finally the `zplot` function is used to plot the correlation matrix as a heat map.