Mercurial > hg > audiodb
diff audioDBws.h @ 352:a22b18005853 serializedQuery
serialized query now with power.
author | mas01mc |
---|---|
date | Thu, 06 Nov 2008 22:57:39 +0000 |
parents | 8ff9d4d83222 |
children | 1662745233d9 |
line wrap: on
line diff
--- a/audioDBws.h Thu Nov 06 16:07:57 2008 +0000 +++ b/audioDBws.h Thu Nov 06 22:57:39 2008 +0000 @@ -48,9 +48,11 @@ }; struct adb__queryVector { - int __sizeQvector; // l x d : - double *Qvector; // pointer to query data int dim; // dimensionality of the feature (d) + int __sizev; // l x d : + double *v; // pointer to query data + int __sizep; + double *p; }; struct adb__lisztResponse {