Split categorical encoding and design matrix routines
authorJason Stover <jhs@math.gcsu.edu>
Sun, 27 Nov 2005 20:25:51 +0000 (20:25 +0000)
committerJason Stover <jhs@math.gcsu.edu>
Sun, 27 Nov 2005 20:25:51 +0000 (20:25 +0000)
commit95a7059c5c07aab50ff820bf695fe8ee144fa025
treed0e66a7c453f29a33974d4241dd21ca13d29da0a
parent6950df40513e606e6be42fa83a36a281f654d553
Split categorical encoding and design matrix routines
src/Makefile.am
src/cat-routines.h [new file with mode: 0644]
src/cat.c
src/cat.h
src/design-matrix.c [new file with mode: 0644]
src/design-matrix.h [new file with mode: 0644]
src/regression.q