Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vaanathi Sundaresan
LOCATE-BIANCA
Commits
af3e2d62
Commit
af3e2d62
authored
Mar 04, 2019
by
Vaanathi Sundaresan
Browse files
Fixed a few pre-loading bugs in LOCATE_LOO_testing.m
parent
f5739808
Changes
1
Hide whitespace changes
Inline
Side-by-side
LOCATE_LOO_testing.m
View file @
af3e2d62
...
@@ -147,17 +147,16 @@ for subj = 1:numel(xdir)
...
@@ -147,17 +147,16 @@ for subj = 1:numel(xdir)
if
verbose
if
verbose
fprintf
(
'LOCATE features extracted! \n'
)
fprintf
(
'LOCATE features extracted! \n'
)
end
end
% Storing the features in a cell array
imgfeatmats
{
subj
}
=
flairintfeats
;
ventdistfeatmats
{
subj
}
=
ventdistfeats
;
lesvolfeatmats
{
subj
}
=
lesvolfeats
;
minbestthrs
{
subj
}
=
minbestthr_values
;
maxbestthrs
{
subj
}
=
maxbestthr_values
;
meanbestthrs
{
subj
}
=
meanbestthr_values
;
index_indices_list
{
subj
}
=
index_numbers
;
index_maps
{
subj
}
=
index_mask
;
end
end
% Storing the features in a cell array
imgfeatmats
{
subj
}
=
flairintfeats
;
ventdistfeatmats
{
subj
}
=
ventdistfeats
;
lesvolfeatmats
{
subj
}
=
lesvolfeats
;
minbestthrs
{
subj
}
=
minbestthr_values
;
maxbestthrs
{
subj
}
=
maxbestthr_values
;
meanbestthrs
{
subj
}
=
meanbestthr_values
;
index_indices_list
{
subj
}
=
index_numbers
;
index_maps
{
subj
}
=
index_mask
;
% Saving the features as an intermediate results .mat file
% Saving the features as an intermediate results .mat file
save
(
sprintf
(
'%s/LOCATE_features_%s.mat'
,
...
save
(
sprintf
(
'%s/LOCATE_features_%s.mat'
,
...
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment