stat841: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
'''3. Error data'''<br /> | '''3. Error data'''<br /> | ||
Definition: | Definition: | ||
''True error rate'' of a classifier(h) is defined as the probability that the prediction of Y from X do not exactly equal to Y, namely, <math>\, L(h)=P(h(X)\ | ''True error rate'' of a classifier(h) is defined as the probability that the prediction of Y from X do not exactly equal to Y, namely, <math>\, L(h)=P(h(X) \neq Y)</math>. | ||
''Empirical error rate(training error rate)'' of a classifier(h) is | ''Empirical error rate(training error rate)'' of a classifier(h) is | ||
'''4. Bayes Classifier'''<br /> | '''4. Bayes Classifier'''<br /> |
Revision as of 15:37, 30 September 2009
Scribe sign up
Course Note for Sept.30th (Classfication_by Liang Jiaxi)
1.
2. Classification
Classification is a function between two random varialbe
3. Error data
Definition:
True error rate of a classifier(h) is defined as the probability that the prediction of Y from X do not exactly equal to Y, namely, [math]\displaystyle{ \, L(h)=P(h(X) \neq Y) }[/math].
Empirical error rate(training error rate) of a classifier(h) is
4. Bayes Classifier