Method for classifying N central points based on gene expression programming
Patent Information
- Authority / Receiving Office
- CN ยท China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- ZHEJIANG UNIV OF TECH
- Publication Date
- 2015-06-10
- Estimated Expiration
- Not applicable ยท inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to an N-centroid classification method based on gene expression programming, which belongs to the technical field of machine learning. Background technique
[0002] Distance-based classification methods represent each datum as a numeric vector, constructing a class center for each class. When classifying, calculate the distance between the data to be classified and each class center point, and the category of the data to be classified is the class represented by the nearest class center point.
[0003] The k-nearest neighbor classification method is a commonly used distance-based classification method. It avoids the difficulty of directly constructing the class center, and finds k data points closest to the data to be classified by calculation, and the category of the data to be classified is the category with the largest number of k data. The k-nearest neighbor method is a commonly used distance-based classification method, but...