-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.xml
More file actions
29 lines (29 loc) · 940 Bytes
/
info.xml
File metadata and controls
29 lines (29 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<toolbox>
<name>Mutual Subspace Methods Repository</name>
<version>1.0</version>
<summary>
This repository hosts a comprehensive collection of mutual subspace methods for pattern recognition and classification.
</summary>
<methods>
<method>
<name>Mutual Subspace Method (MSM)</name>
<status>Implemented</status>
</method>
<method>
<name>Constrained Mutual Subspace Method (CMSM)</name>
<status>Implemented</status>
</method>
<!-- Other methods here -->
</methods>
<sampleImplementation><![CDATA[
% MATLAB code here
]]></sampleImplementation>
<datasets>
<dataset>
<name>CVLabFace</name>
<description>A simple sample dataset with 270 samples.</description>
</dataset>
<!-- Other datasets here -->
</datasets>
<!-- Further sections -->
</toolbox>