Reputation: 1362
I've implemented a classifier which
I am VERY confused about the vocabulary used in some articles: Linear Classifier, Feature Values and Vectors.
Is this a common form of classifier? In my approach I see no vectors, no statistical classifications, no hierarchical classificatoin, no machine learning, etc.
Which kind of classifier would be for the computer science literature?
Upvotes: 1
Views: 304
Reputation: 34601
Your "parameter object" is a feature vector. Your classifier apparently does not involve training so I'd say it's an ad hoc rule-based classifier.
Upvotes: 2