« 回到University of Ghent

External coupling to java

組合檢視 平均檢視 瀏覽樹狀資料
相關串連 [ 前一個 | 下一個 ]
External coupling to java
答覆
2014/7/4 上午 5:39
For my Phd project I developed an ADOxx tool to support the development of heat maps. I am still searching a way to implement the functionality of calculating the (real) Eigenvector of the importance matrix. This matrix includes the pairwise comparisons of the importance between elements which are at the same level of the heat map.
 
This comparison matrix has the following structure
 
                                                   Element A            Element B          Element C
Element A                                          1                           2                       9
Element B                                         1/2                         1                       3
Element C                                         1/9                         1/3                    1
 
With real Eigenvector:                  0,91023                0,39758                0,11577
 
I suppose that the calculation of the EigenVector cannot directly be calculated within AdoScript but that I need external coupling to realize this. I already developed a java program that is able to calculate the needed EigenVector (see attachment). However, I am not sure whether the java project (which I run in Netbeans) can be used in the current form to realize the external coupling with ADOxx.

Could you give me any hints to realize this?

Thanks in advance

Ben
附件: AHP.java (1.9k), EigenValues.java (0.7k)