mmDataList

Collect multimedia data from a given directory

Contents

Syntax

Description

out=mmDataList(mmData, opt) creates a web page to display the classification results of a set of image/audio files

Example

mmDir=[mltRoot, '/dataSet/att_faces(partial)'];
opt=mmDataCollect('defaultOpt');
opt.extName='pgm';
mmData=mmDataCollect(mmDir, opt);
for i=1:length(mmData)
	mmData(i).classPredicted=mmData(i).class;
end
listOpt=mmDataList('defaultOpt');
listOpt.listType='all';
mmDataList(mmData, listOpt);
Collecting 100 files with extension "pgm" from "D:\users\jang\matlab\toolbox\machineLearning/dataSet/att_faces(partial)"...
<html><body><head><meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=big5"></head><center><table border=1><caption><h2>List of 100 cases</h2></caption><tr><th>Index\Field<th>File<th>GT ==> Predicted<th>Hit<th>url<tr><td>&nbsp;1<td>&nbsp;1.pgm<td>&nbsp;s1 ==> s1<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/1.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/1.pgm"></a><tr><td>&nbsp;2<td>&nbsp;10.pgm<td>&nbsp;s1 ==> s1<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/10.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/10.pgm"></a><tr><td>&nbsp;3<td>&nbsp;2.pgm<td>&nbsp;s1 ==> s1<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/2.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/2.pgm"></a><tr><td>&nbsp;4<td>&nbsp;3.pgm<td>&nbsp;s1 ==> s1<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/3.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/3.pgm"></a><tr><td>&nbsp;5<td>&nbsp;4.pgm<td>&nbsp;s1 ==> s1<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/4.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/4.pgm"></a><tr><td>&nbsp;6<td>&nbsp;5.pgm<td>&nbsp;s1 ==> s1<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/5.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/5.pgm"></a><tr><td>&nbsp;7<td>&nbsp;6.pgm<td>&nbsp;s1 ==> s1<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/6.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/6.pgm"></a><tr><td>&nbsp;8<td>&nbsp;7.pgm<td>&nbsp;s1 ==> s1<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/7.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/7.pgm"></a><tr><td>&nbsp;9<td>&nbsp;8.pgm<td>&nbsp;s1 ==> s1<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/8.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/8.pgm"></a><tr><td>&nbsp;10<td>&nbsp;9.pgm<td>&nbsp;s1 ==> s1<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/9.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s1/9.pgm"></a><tr><td>&nbsp;11<td>&nbsp;1.pgm<td>&nbsp;s10 ==> s10<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/1.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/1.pgm"></a><tr><td>&nbsp;12<td>&nbsp;10.pgm<td>&nbsp;s10 ==> s10<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/10.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/10.pgm"></a><tr><td>&nbsp;13<td>&nbsp;2.pgm<td>&nbsp;s10 ==> s10<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/2.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/2.pgm"></a><tr><td>&nbsp;14<td>&nbsp;3.pgm<td>&nbsp;s10 ==> s10<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/3.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/3.pgm"></a><tr><td>&nbsp;15<td>&nbsp;4.pgm<td>&nbsp;s10 ==> s10<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/4.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/4.pgm"></a><tr><td>&nbsp;16<td>&nbsp;5.pgm<td>&nbsp;s10 ==> s10<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/5.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/5.pgm"></a><tr><td>&nbsp;17<td>&nbsp;6.pgm<td>&nbsp;s10 ==> s10<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/6.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/6.pgm"></a><tr><td>&nbsp;18<td>&nbsp;7.pgm<td>&nbsp;s10 ==> s10<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/7.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/7.pgm"></a><tr><td>&nbsp;19<td>&nbsp;8.pgm<td>&nbsp;s10 ==> s10<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/8.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/8.pgm"></a><tr><td>&nbsp;20<td>&nbsp;9.pgm<td>&nbsp;s10 ==> s10<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/9.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s10/9.pgm"></a><tr><td>&nbsp;21<td>&nbsp;1.pgm<td>&nbsp;s2 ==> s2<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/1.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/1.pgm"></a><tr><td>&nbsp;22<td>&nbsp;10.pgm<td>&nbsp;s2 ==> s2<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/10.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/10.pgm"></a><tr><td>&nbsp;23<td>&nbsp;2.pgm<td>&nbsp;s2 ==> s2<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/2.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/2.pgm"></a><tr><td>&nbsp;24<td>&nbsp;3.pgm<td>&nbsp;s2 ==> s2<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/3.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/3.pgm"></a><tr><td>&nbsp;25<td>&nbsp;4.pgm<td>&nbsp;s2 ==> s2<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/4.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/4.pgm"></a><tr><td>&nbsp;26<td>&nbsp;5.pgm<td>&nbsp;s2 ==> s2<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/5.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/5.pgm"></a><tr><td>&nbsp;27<td>&nbsp;6.pgm<td>&nbsp;s2 ==> s2<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/6.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/6.pgm"></a><tr><td>&nbsp;28<td>&nbsp;7.pgm<td>&nbsp;s2 ==> s2<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/7.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/7.pgm"></a><tr><td>&nbsp;29<td>&nbsp;8.pgm<td>&nbsp;s2 ==> s2<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/8.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/8.pgm"></a><tr><td>&nbsp;30<td>&nbsp;9.pgm<td>&nbsp;s2 ==> s2<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/9.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s2/9.pgm"></a><tr><td>&nbsp;31<td>&nbsp;1.pgm<td>&nbsp;s3 ==> s3<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/1.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/1.pgm"></a><tr><td>&nbsp;32<td>&nbsp;10.pgm<td>&nbsp;s3 ==> s3<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/10.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/10.pgm"></a><tr><td>&nbsp;33<td>&nbsp;2.pgm<td>&nbsp;s3 ==> s3<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/2.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/2.pgm"></a><tr><td>&nbsp;34<td>&nbsp;3.pgm<td>&nbsp;s3 ==> s3<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/3.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/3.pgm"></a><tr><td>&nbsp;35<td>&nbsp;4.pgm<td>&nbsp;s3 ==> s3<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/4.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/4.pgm"></a><tr><td>&nbsp;36<td>&nbsp;5.pgm<td>&nbsp;s3 ==> s3<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/5.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/5.pgm"></a><tr><td>&nbsp;37<td>&nbsp;6.pgm<td>&nbsp;s3 ==> s3<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/6.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/6.pgm"></a><tr><td>&nbsp;38<td>&nbsp;7.pgm<td>&nbsp;s3 ==> s3<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/7.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/7.pgm"></a><tr><td>&nbsp;39<td>&nbsp;8.pgm<td>&nbsp;s3 ==> s3<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/8.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/8.pgm"></a><tr><td>&nbsp;40<td>&nbsp;9.pgm<td>&nbsp;s3 ==> s3<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/9.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s3/9.pgm"></a><tr><td>&nbsp;41<td>&nbsp;1.pgm<td>&nbsp;s4 ==> s4<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/1.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/1.pgm"></a><tr><td>&nbsp;42<td>&nbsp;10.pgm<td>&nbsp;s4 ==> s4<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/10.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/10.pgm"></a><tr><td>&nbsp;43<td>&nbsp;2.pgm<td>&nbsp;s4 ==> s4<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/2.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/2.pgm"></a><tr><td>&nbsp;44<td>&nbsp;3.pgm<td>&nbsp;s4 ==> s4<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/3.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/3.pgm"></a><tr><td>&nbsp;45<td>&nbsp;4.pgm<td>&nbsp;s4 ==> s4<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/4.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/4.pgm"></a><tr><td>&nbsp;46<td>&nbsp;5.pgm<td>&nbsp;s4 ==> s4<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/5.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/5.pgm"></a><tr><td>&nbsp;47<td>&nbsp;6.pgm<td>&nbsp;s4 ==> s4<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/6.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/6.pgm"></a><tr><td>&nbsp;48<td>&nbsp;7.pgm<td>&nbsp;s4 ==> s4<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/7.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/7.pgm"></a><tr><td>&nbsp;49<td>&nbsp;8.pgm<td>&nbsp;s4 ==> s4<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/8.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/8.pgm"></a><tr><td>&nbsp;50<td>&nbsp;9.pgm<td>&nbsp;s4 ==> s4<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/9.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s4/9.pgm"></a><tr><td>&nbsp;51<td>&nbsp;1.pgm<td>&nbsp;s5 ==> s5<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/1.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/1.pgm"></a><tr><td>&nbsp;52<td>&nbsp;10.pgm<td>&nbsp;s5 ==> s5<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/10.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/10.pgm"></a><tr><td>&nbsp;53<td>&nbsp;2.pgm<td>&nbsp;s5 ==> s5<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/2.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/2.pgm"></a><tr><td>&nbsp;54<td>&nbsp;3.pgm<td>&nbsp;s5 ==> s5<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/3.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/3.pgm"></a><tr><td>&nbsp;55<td>&nbsp;4.pgm<td>&nbsp;s5 ==> s5<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/4.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/4.pgm"></a><tr><td>&nbsp;56<td>&nbsp;5.pgm<td>&nbsp;s5 ==> s5<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/5.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/5.pgm"></a><tr><td>&nbsp;57<td>&nbsp;6.pgm<td>&nbsp;s5 ==> s5<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/6.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/6.pgm"></a><tr><td>&nbsp;58<td>&nbsp;7.pgm<td>&nbsp;s5 ==> s5<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/7.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/7.pgm"></a><tr><td>&nbsp;59<td>&nbsp;8.pgm<td>&nbsp;s5 ==> s5<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/8.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/8.pgm"></a><tr><td>&nbsp;60<td>&nbsp;9.pgm<td>&nbsp;s5 ==> s5<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/9.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s5/9.pgm"></a><tr><td>&nbsp;61<td>&nbsp;1.pgm<td>&nbsp;s6 ==> s6<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/1.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/1.pgm"></a><tr><td>&nbsp;62<td>&nbsp;10.pgm<td>&nbsp;s6 ==> s6<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/10.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/10.pgm"></a><tr><td>&nbsp;63<td>&nbsp;2.pgm<td>&nbsp;s6 ==> s6<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/2.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/2.pgm"></a><tr><td>&nbsp;64<td>&nbsp;3.pgm<td>&nbsp;s6 ==> s6<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/3.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/3.pgm"></a><tr><td>&nbsp;65<td>&nbsp;4.pgm<td>&nbsp;s6 ==> s6<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/4.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/4.pgm"></a><tr><td>&nbsp;66<td>&nbsp;5.pgm<td>&nbsp;s6 ==> s6<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/5.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/5.pgm"></a><tr><td>&nbsp;67<td>&nbsp;6.pgm<td>&nbsp;s6 ==> s6<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/6.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/6.pgm"></a><tr><td>&nbsp;68<td>&nbsp;7.pgm<td>&nbsp;s6 ==> s6<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/7.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/7.pgm"></a><tr><td>&nbsp;69<td>&nbsp;8.pgm<td>&nbsp;s6 ==> s6<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/8.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/8.pgm"></a><tr><td>&nbsp;70<td>&nbsp;9.pgm<td>&nbsp;s6 ==> s6<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/9.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s6/9.pgm"></a><tr><td>&nbsp;71<td>&nbsp;1.pgm<td>&nbsp;s7 ==> s7<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/1.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/1.pgm"></a><tr><td>&nbsp;72<td>&nbsp;10.pgm<td>&nbsp;s7 ==> s7<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/10.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/10.pgm"></a><tr><td>&nbsp;73<td>&nbsp;2.pgm<td>&nbsp;s7 ==> s7<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/2.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/2.pgm"></a><tr><td>&nbsp;74<td>&nbsp;3.pgm<td>&nbsp;s7 ==> s7<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/3.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/3.pgm"></a><tr><td>&nbsp;75<td>&nbsp;4.pgm<td>&nbsp;s7 ==> s7<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/4.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/4.pgm"></a><tr><td>&nbsp;76<td>&nbsp;5.pgm<td>&nbsp;s7 ==> s7<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/5.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/5.pgm"></a><tr><td>&nbsp;77<td>&nbsp;6.pgm<td>&nbsp;s7 ==> s7<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/6.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/6.pgm"></a><tr><td>&nbsp;78<td>&nbsp;7.pgm<td>&nbsp;s7 ==> s7<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/7.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/7.pgm"></a><tr><td>&nbsp;79<td>&nbsp;8.pgm<td>&nbsp;s7 ==> s7<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/8.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/8.pgm"></a><tr><td>&nbsp;80<td>&nbsp;9.pgm<td>&nbsp;s7 ==> s7<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/9.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s7/9.pgm"></a><tr><td>&nbsp;81<td>&nbsp;1.pgm<td>&nbsp;s8 ==> s8<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/1.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/1.pgm"></a><tr><td>&nbsp;82<td>&nbsp;10.pgm<td>&nbsp;s8 ==> s8<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/10.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/10.pgm"></a><tr><td>&nbsp;83<td>&nbsp;2.pgm<td>&nbsp;s8 ==> s8<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/2.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/2.pgm"></a><tr><td>&nbsp;84<td>&nbsp;3.pgm<td>&nbsp;s8 ==> s8<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/3.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/3.pgm"></a><tr><td>&nbsp;85<td>&nbsp;4.pgm<td>&nbsp;s8 ==> s8<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/4.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/4.pgm"></a><tr><td>&nbsp;86<td>&nbsp;5.pgm<td>&nbsp;s8 ==> s8<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/5.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/5.pgm"></a><tr><td>&nbsp;87<td>&nbsp;6.pgm<td>&nbsp;s8 ==> s8<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/6.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/6.pgm"></a><tr><td>&nbsp;88<td>&nbsp;7.pgm<td>&nbsp;s8 ==> s8<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/7.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/7.pgm"></a><tr><td>&nbsp;89<td>&nbsp;8.pgm<td>&nbsp;s8 ==> s8<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/8.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/8.pgm"></a><tr><td>&nbsp;90<td>&nbsp;9.pgm<td>&nbsp;s8 ==> s8<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/9.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s8/9.pgm"></a><tr><td>&nbsp;91<td>&nbsp;1.pgm<td>&nbsp;s9 ==> s9<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/1.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/1.pgm"></a><tr><td>&nbsp;92<td>&nbsp;10.pgm<td>&nbsp;s9 ==> s9<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/10.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/10.pgm"></a><tr><td>&nbsp;93<td>&nbsp;2.pgm<td>&nbsp;s9 ==> s9<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/2.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/2.pgm"></a><tr><td>&nbsp;94<td>&nbsp;3.pgm<td>&nbsp;s9 ==> s9<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/3.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/3.pgm"></a><tr><td>&nbsp;95<td>&nbsp;4.pgm<td>&nbsp;s9 ==> s9<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/4.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/4.pgm"></a><tr><td>&nbsp;96<td>&nbsp;5.pgm<td>&nbsp;s9 ==> s9<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/5.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/5.pgm"></a><tr><td>&nbsp;97<td>&nbsp;6.pgm<td>&nbsp;s9 ==> s9<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/6.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/6.pgm"></a><tr><td>&nbsp;98<td>&nbsp;7.pgm<td>&nbsp;s9 ==> s9<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/7.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/7.pgm"></a><tr><td>&nbsp;99<td>&nbsp;8.pgm<td>&nbsp;s9 ==> s9<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/8.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/8.pgm"></a><tr><td>&nbsp;100<td>&nbsp;9.pgm<td>&nbsp;s9 ==> s9<td>&nbsp;true<td><a target=_blank href="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/9.pgm"><img height=200 src="/jang/matlab/toolbox/machineLearning/dataSet/att_faces(partial)/s9/9.pgm"></a></table></center></body></html>

See Also

mmDataCollect, dsCreateFromMm.


Top page   Next: mmDataCollect.m   Prev:mmSetCollect.m