当前位置:网站首页>[Evaluation model] Topsis method (pros and cons distance method)
[Evaluation model] Topsis method (pros and cons distance method)
2022-08-04 04:58:00 【Dancing.】

【Evaluate class models】Topsis法(优劣解距离法)
TopsisThree-step approach to problem solving:
Very small indicators are converted to very large indicators:
Intermediate indicators are converted to very large indicators:
The range indicator is converted to a very large indicator:
第二步:Matrix normalization after forwarding
学习前言
Topsisis a very interesting evaluation class model,This model is far superior to AHP,It is highly recommended to eat.抱着“若无必要,Do not add new knowledge”的想法,In the process of solving the problem below, bloggers try not to introduce unnecessary knowledge points,But it will be added at the end!
TopsisThree-step approach to problem solving:
第一步:将原始矩阵正向化
最常见的四种指标:

This step is used to unify the indicator types,将所有的指标Converted to very large indicatorsIt is called index forwarding.
Very small indicators are converted to very large indicators:

The formula for converting a very small indicator to a very large one is simple,即:max - x,如果所有元素均为正数,那么也可以用 1 / x .
Intermediate indicators are converted to very large indicators:

The formula for converting an intermediate indicator to a very large indicator is a little more complicated:
The range indicator is converted to a very large indicator:

第二步:Matrix normalization after forwarding
The purpose of standardization is to eliminate the influence of different index dimensions.
假设有n个要评价的对象,m个评价指标(已经正向化了)构成的正向化矩阵如下:

那么,The matrices on which it is normalized are marked as Z,Z中的每一个元素:

第三步:计算得分并归一化
核心公式:

即:

当看到这里,Presumably everyone has understood the origin of the term superior and inferior solution distance method,What is an optimal solution?就是x与最大值的距离,Bad solution is the opposite.
公式解释:
假设有n个要评价的对象,m个评价指标的标准化矩阵:


总结:
![]()
牛刀小试:
题目: Please rate four students.

小case:在上述问题中, 对于成绩This indicator is naturally the bigger the better,We call such an indicator极大型指标.另外的,与他人争吵的次数This indicator is called 极小型指标.
1、Convert the very small index to the very large index to get the positive matrix;
2、将正向化矩阵标准化;
3、The score is calculated by the formula.
边栏推荐
- Reproduce 20-character short domain name bypass
- 21 days learning challenge 】 【 sequential search
- 信息学奥赛一本通 1312:【例3.4】昆虫繁殖
- 转:管理是对可能性的热爱,管理者要有闯进未知的勇气
- Use Patroni callback script to bind VIP pit
- 2022 Hangzhou Electric Power Multi-School League Game 5 Solution
- Explain detailed explanation and practice
- Mini program + e-commerce, fun new retail
- See how DevExpress enriches chart styles and how it empowers fund companies to innovate their business
- [Skill] Using Sentinel to achieve priority processing of requests
猜你喜欢
2022年软件测试——精选金融银行面试真题

附加:对于“与数据表对应的实体类“,【面对MongoDB时,使用的@Id等注解】和【以前面对MySQL时,使用的@Id等注解】,是不同的;

【评价类模型】Topsis法(优劣解距离法)

【云原生--Kubernetes】Pod资源管理与探针检测

SVM介绍以及实战

leetcode 12. Integer to Roman numeral

Converts XML tags to TXT format (voc conversion for yolo convenient training)

【一步到位】Jenkins的安装、部署、启动(完整教程)

drools从下载到postman请求成功

Simple operation of the file system
随机推荐
【id类型和NSObject指针 ObjectIve-C中】
【21天学习挑战赛】直接插入排序
Deep learning -- CNN clothing image classification, for example, discussed how to evaluate neural network model
7-3 LVS+Keepalived集群叙述与部署
C专家编程 第4章 令人震惊的事实:数组和指针并不相同 4.5 数组和指针的其他区别
There is an 8 hour difference between the docker installation of mysql and the host.
SQL query String field less than 10 how to check
SQL interview Questions
Towards Real-Time Multi-Object Tracking (JDE)
10 Convolutional Neural Networks for Deep Learning 3
C Expert Programming Chapter 5 Thinking about Chaining 5.6 Take it easy --- see who's talking: take the Turning quiz
Converts XML tags to TXT format (voc conversion for yolo convenient training)
获取单选框选中内容
Learn iframes and use them to solve cross-domain problems
【技巧】借助Sentinel实现请求的优先处理
Mini program + e-commerce, fun new retail
System design. Seckill system
DataTable uses Linq for grouping and summarization, and converts the Linq result set into DataTable
图像处理之Bolb分析(一)
px、em、rem的区别