How many methods we have for multi-criteria Classification (sorting) problems? Could you please name them?
As I understood we have some methods in the below approaches:
1. Multi-Attribute decision making (ELECTRE-TRI, FlowSort, Promethee IV)
2. Multi-objective decision making
3. Goal programming
4. Linear programming (Integer programming)
5. Supervised methods (UTADIS/Decision tree)
6- Clustering (K-means/K-medoids/2steps/c-means)
Could you please name some more methods which can be applied for multi-criteria classification problems?
Thank you in advance.