clean up CLSv2 demo to sketch through how one might do data analysis.
[CommonLispStat.git] / src / describe / summarize.lisp
blobbbf35b6a9bce1d0a5bd1c5cd46cf0533dafc9b25
1 ;;; -*- mode: lisp -*-
3 ;;; Time-stamp: <2009-04-20 13:17:34 tony>
4 ;;; Creation: <2009-03-12 17:14:56 tony>
5 ;;; File: summarize.lisp
6 ;;; Author: AJ Rossini <blindglobe@gmail.com>
7 ;;; Copyright: (c)2009--, AJ Rossini. BSD, LLGPL, or GPLv2, depending
8 ;;; on how it arrives.
9 ;;; Purpose: Summarization strategy
11 ;;; What is this talk of 'release'? Klingons do not make software
12 ;;; 'releases'. Our software 'escapes', leaving a bloody trail of
13 ;;; designers and quality assurance people in its wake.
16 (defparameter *cls-summary-numerical-methods*
17 '())
19 (defparameter *cls-summary-visual-methods*
20 '())
24 (defgeneric summarize (ds &key type io dev)
25 (:documentation "general approach to providing summarizes. Tie in different approachs to hat we want to do."))