Documentation of 'com.datumbox.framework.core.mathematics.linearprogramming.DataEnvelopmentAnalysis' Java class
DataEnvelopmentAnalysis
com.datumbox.framework.core.mathematics.linearprogramming

Class DataEnvelopmentAnalysis



  • public class DataEnvelopmentAnalysis
    extends java.lang.Object
    Class that performs Data Envelopment Analysis. It requires the installation of lpsolve 5.5.2.0. http://lpsolve.sourceforge.net/5.5/ References: http://en.wikipedia.org/wiki/Data_envelopment_analysis http://deazone.com/en/resources/tutorial/weights-to-determine-relative-efficiency
    • Constructor Detail

      • DataEnvelopmentAnalysis

        public DataEnvelopmentAnalysis()
    • Method Detail

      • estimateEfficiency

        public AssociativeArray estimateEfficiency(java.util.Map<java.lang.Object,DataEnvelopmentAnalysis.DeaRecord> id2DeaRecordMapInput,
                                                   java.util.Map<java.lang.Object,DataEnvelopmentAnalysis.DeaRecord> id2DeaRecordMapOutput)
        Estimates the efficiency of the records by running DEA
        Parameters:
        id2DeaRecordMapInput - AssociativeArray with the DeaRecords
        id2DeaRecordMapOutput -
        Returns:
        Map with the scores of the records

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.