1. 首页
  2. 考试认证
  3. 其它
  4. ahprocess Ruby gem提供了一种轻松创建层次分析过程(AHP)决策的方法

ahprocess Ruby gem提供了一种轻松创建层次分析过程(AHP)决策的方法

上传者: 2024-10-20 19:03:19上传 ZIP文件 8.34KB 热度 1次

AHCraft.io Ruby gem提供了一种轻松创建层次分析流程决策的方法。安装时,将此行添加到应用程序的Gemfile中:gem 'ahprocess',然后执行:$ bundle或者自己安装:$ gem install ahprocess

用法:如果你想用AHP方法做出决定,只需使用AHProcess的决定静态方法:


decision_matricies = [ [ [ 1 , 1.0 / 5 ] , [ 5 , 1 ] ] , [ [ 1 , 7 ] , [ 1.0 / 7 , 1 ] ] , [ [ 1 , 5 ] ]

用户评论