From 60cffd1bb38ed9356efcc97b7163279458d9250d Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Wed, 11 Mar 2009 09:30:12 +0100 Subject: [PATCH] in data.lisp, no need for this file. Signed-off-by: AJ Rossini --- src/data/categorical-types.lisp | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/data/categorical-types.lisp diff --git a/src/data/categorical-types.lisp b/src/data/categorical-types.lisp deleted file mode 100644 index 27365e4..0000000 --- a/src/data/categorical-types.lisp +++ /dev/null @@ -1,29 +0,0 @@ -;;; -*- mode: lisp -*- -;;; -;;; Copyright (c) 2007, by A.J. Rossini -;;; See COPYRIGHT file for any additional restrictions (BSD license). - -;;;; categorical types -- statistical typing of data. - -;;; What is this talk of 'release'? Klingons do not make software -;;; 'releases'. Our software 'escapes', leaving a bloody trail of -;;; designers and quality assurance people in its wake. - - -;;;; -;;;; Package Setup -;;;; - -(defpackage :lisp-stat-data-categorical - (:use :common-lisp) - (:export derived-statistical-type ; construct particular type - nominal-type ordinal-type ; types - levels ; metadata - categorical->integer ; conversion - conformant-p ; type checking - )) - -(in-package :lisp-stat-data-frame) - -;;; Typing for categorical data. - -- 2.11.4.GIT