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/06/08 17:48:00 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Add residuals plot

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 d0c40fe  SOLR-13105: Add residuals plot
d0c40fe is described below

commit d0c40fe0bd8ef0e8d294d30d611118d19950e269
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Sat Jun 8 13:47:51 2019 -0400

    SOLR-13105: Add residuals plot
---
 .../src/images/math-expressions/residuals.png          | Bin 0 -> 283424 bytes
 solr/solr-ref-guide/src/visualization.adoc             |   4 ++++
 2 files changed, 4 insertions(+)

diff --git a/solr/solr-ref-guide/src/images/math-expressions/residuals.png b/solr/solr-ref-guide/src/images/math-expressions/residuals.png
new file mode 100644
index 0000000..4b9f5e0
Binary files /dev/null and b/solr/solr-ref-guide/src/images/math-expressions/residuals.png differ
diff --git a/solr/solr-ref-guide/src/visualization.adoc b/solr/solr-ref-guide/src/visualization.adoc
index 8bfab4b..8bddcb6 100644
--- a/solr/solr-ref-guide/src/visualization.adoc
+++ b/solr/solr-ref-guide/src/visualization.adoc
@@ -76,6 +76,10 @@ image::images/math-expressions/linear.png[]
 
 image::images/math-expressions/knnRegress.png[]
 
+=== Residuals Plot
+
+image::images/math-expressions/residuals.png[]
+
 === Curve Fitting
 
 image::images/math-expressions/hfit.png[]