Add template contributed by Masashi OKADA

Bayesian Nonparametric Chinese Restaurant Process Clustering

Closes #458


Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/fc481c9c
Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/fc481c9c
Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/fc481c9c

Branch: refs/heads/master
Commit: fc481c9c82989e1b484ea5bfeb540bc96758bed5
Parents: 54415e1
Author: jirotubuyaki <okadaalgori...@gmail.com>
Authored: Fri Aug 24 10:24:14 2018 -0700
Committer: Donald Szeto <don...@apache.org>
Committed: Fri Aug 24 10:26:22 2018 -0700

----------------------------------------------------------------------
 docs/manual/source/gallery/templates.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/fc481c9c/docs/manual/source/gallery/templates.yaml
----------------------------------------------------------------------
diff --git a/docs/manual/source/gallery/templates.yaml 
b/docs/manual/source/gallery/templates.yaml
index e936ad5..d60fa70 100644
--- a/docs/manual/source/gallery/templates.yaml
+++ b/docs/manual/source/gallery/templates.yaml
@@ -86,6 +86,20 @@
     apache_pio_convesion_required: "already compatible"
     support_link: '<a 
href="https://github.com/peoplehum/template-Labelling-Topics-with-wikipedia/issues";>Github
 issues</a>'
 
+- template:
+    name: Bayesian Nonparametric Chinese Restaurant Process Clustering
+    repo: 
"https://github.com/jirotubuyaki/predictionio-template-crp-clustering";
+    description: |-
+      Chinese restaurant process is stochastic process for statistical 
inference. The clustering which uses Chinese restaurant process does not need 
to decide the number of clusters in advance. This algorithm automatically 
adjusts it.
+    tags: [clustering]
+    type: Parallel
+    language: Scala
+    license: "Apache Licence 2.0"
+    status: alpha
+    pio_min_version: 0.10.0-incubating
+    apache_pio_convesion_required: "already compatible"
+    support_link: '<a 
href="https://github.com/jirotubuyaki/predictionio-template-crp-clustering/issues";>Github
 issues</a>'
+
 # Recommenders
 
 - template:

Reply via email to