classify
Hi!
I have some troubles understanding how to use the classify matlab function.
So the function is as follow:
[class, err] = classify (sample, training, group)
where:
- sample contains the data we want to classify
- training contains the data that we know to which group they belong to
- group contains the group id to which belongs each row of training
- class contains the group id to which belongs each row of sample
oki?
But then here are my questions:
1. sample and training have the same number of columns so does that mean that each column belongs to a single specific feature?
2. how the error rate "err" is found as we do not give in input the "class" variable that we were expected?
Thanks in advance for your help
Sophie
.
Relevant Pages
- classify
... I have some troubles understanding how to use the classify matlab function. ... group contains the group id to which belongs each row of training ... sample and training have the same number of columns so does that mean that each column belongs to a single specific feature? ... (comp.soft-sys.matlab) - classify
... I have some troubles understanding how to use the classify matlab function. ... group contains the group id to which belongs each row of training ... sample and training have the same number of columns so does that mean that each column belongs to a single specific feature? ... (comp.soft-sys.matlab) - Re: random ordering a list in excel
... the first entry is in row 1) and sort both columns by the helper column. ... pair, thus, the 1st sentence belongs to class 1 and 2nd sentence ... I need to ask some people to classify these ... (microsoft.public.excel.worksheet.functions) - Re: random ordering a list in excel
... I am now facing a problem of random ordering a list of sentences in ... pair, thus, the 1st sentence belongs to class 1 and 2nd sentence ... numbering belongs to class 1 and sentences with an even numbering ... I need to ask some people to classify these ... (microsoft.public.excel.worksheet.functions) - random ordering a list in excel
... I am now facing a problem of random ordering a list of sentences in ... pair, thus, the 1st sentence belongs to class 1 and 2nd sentence ... numbering belongs to class 1 and sentences with an even numbering ... I need to ask some people to classify these ... (microsoft.public.excel.worksheet.functions) |
|