« Back to University of Ghent

External coupling to java

Combination View Flat View Tree View
Threads [ Previous | Next ]
External coupling to java
Answer
7/4/14 5:39 AM
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
Attachments: AHP.java (1.9k), EigenValues.java (0.7k)