Mercurial > hg > scatter_reeval
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:06a2a18a3960 | 4:a1f6a08f624c |
---|---|
11 options = set_options(experiment); | 11 options = set_options(experiment); |
12 | 12 |
13 % extract features using the computed options | 13 % extract features using the computed options |
14 | 14 |
15 features = extract_features(experiment, N, options); | 15 features = extract_features(experiment, N, options); |
16 | 16 |
17 db = prepare_database(src, features); | 17 db = prepare_database(src, features); |
18 | |
18 db.features = single(db.features); | 19 db.features = single(db.features); |
19 | 20 |
20 end | 21 end |