Mercurial > hg > scatter_reeval
diff reeval/features/compute_features.m @ 4:a1f6a08f624c tip
Completed version 0.0.2
author | Francisco Rodriguez Algarra <f.rodriguezalgarra@qmul.ac.uk> |
---|---|
date | Tue, 03 Nov 2015 21:24:41 +0000 |
parents | b1cd83874633 |
children |
line wrap: on
line diff
--- a/reeval/features/compute_features.m Wed Oct 28 16:19:45 2015 +0000 +++ b/reeval/features/compute_features.m Tue Nov 03 21:24:41 2015 +0000 @@ -13,8 +13,9 @@ % extract features using the computed options features = extract_features(experiment, N, options); - + db = prepare_database(src, features); + db.features = single(db.features); - + end