user869097
user869097

Reputation: 1362

Classifying a classifier

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

Answers (1)

Jacob
Jacob

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

Related Questions