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
6dfa7c64
Commit
6dfa7c64
authored
Oct 03, 2019
by
Vaanathi Sundaresan
Browse files
Update LOCATE_testing_highdim.m
parent
b52bc158
Changes
1
Show whitespace changes
Inline
Side-by-side
LOCATE_testing_highdim.m
View file @
6dfa7c64
...
...
@@ -24,6 +24,8 @@ if nargin > 0
training_image_directory_name
=
varargin
{
1
};
end
test_image_directory_name
=
varargin
{
2
};
% Assigning the Root directories
root_data_directory
=
test_image_directory_name
;
results_directory
=
sprintf
(
'%s/LOCATE_results_directory'
,
test_image_directory_name
);
...
...
@@ -54,7 +56,7 @@ if nargin > 2
elseif
numel
(
varargin
{
2
})
<
numfeats
+
2
error
(
'Number of columns in feature_select does not match the number of features specified.'
);
else
feature_selection_cols
=
varargin
{
2
};
feature_selection_cols
=
varargin
{
3
};
end
end
...
...
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