From e34381aad0d61c24e9d34412acb75c315ea2029d Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Fri, 18 May 2012 23:13:47 +0200 Subject: doc: Add quantity matrix --- doc/document.asciidoc | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/document.asciidoc b/doc/document.asciidoc index 23635ef..5bdad2c 100644 --- a/doc/document.asciidoc +++ b/doc/document.asciidoc @@ -38,8 +38,8 @@ da diese zusätzlich die Klassifikationsdaten enthält: include::../get_products.m[] ---- -Die resultierende Matrix, die von allen implementierten Verfahren verwendet -wird, hat folgendes Schema: +Die resultierenden Matrizen, die von allen implementierten Verfahren verwendet +wird, haben folgendes Schema: .Preis-Matrix [latexmath] @@ -54,6 +54,19 @@ price_{day56,product1} & price_{day56,product2} & \cdots & price_{day56,product5 \] ++++++++++++++++++++++++++++++++++++++++++++ +.Quantitaets-Matrix +[latexmath] +++++++++++++++++++++++++++++++++++++++++++++ +\[ P = +\begin{pmatrix} +quant_{day1,product1} & quant_{day1,product2} & \cdots & quant_{day1,product570} \\ +quant_{day2,product1} & quant_{day2,product2} & \cdots & quant_{day2,product570} \\ +\vdots & \vdots & \ddots & \vdots \\ +quant_{day42,product1} & quant_{day42,product2} & \cdots & quant_{day42,product570} +\end{pmatrix} +\] +++++++++++++++++++++++++++++++++++++++++++++ + Vorbetrachtung der Daten ------------------------ Zu Beginn des Datamining-Cups wurden die Daten mit verschieden Diagrammen -- cgit