Instance Based Learning
0
0
Entering edit mode
7.8 years ago
mary99 ▴ 80

Hello every body,

can some one tell me what is exactly prototype and how can be computed for this data set?

Example   A     B     Class
1        true   1       +
2        false  3       +
3        true   5       +
4        false  2       -

Thanks in advance

machine learning • 1.1k views
ADD COMMENT
0
Entering edit mode

You're question is not clear. Please elaborate. What's the context ? What are you trying to do ?

ADD REPLY
0
Entering edit mode

Actually it was the exercise for machine learning course.I will copy the questions here.

Considering the data set:

  • Compute a prototype for all positive examples and a prototype for all negatives examples.
  • Classify (false,4) using the prototypes.
ADD REPLY
0
Entering edit mode

Prototype means something representative, an exemplar. Typically, this could be the average or the medoid of a data set. A naive classification scheme would be to associate a new instance to the same class as its nearest neighbour or to the class of the nearest prototype.

ADD REPLY

Login before adding your answer.

Traffic: 2629 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6