topsis
TOPSIS (Technique For Others Reference by Similarity to Ideal Solution) adalah salah satu metode pengambilan keputusan multikriteria yang pertama kali diperkenalkan oleh Yoon dan Hwang (1981)
TOPSIS
Explain Metode : teori
method available
use Nagara\Src\Metode\MetodeTopsis;
// create object
$metode = new MetodeTopsis;
// init
$metode->topsis("matrix","matrix-weight","matrix-keriteria-type");
// method getter
$metode->getNormalisasi();
$metode->getNormalisasiTerbobot();
$metode->getMatrixSolusiIdeal();
$metode->getTotal();basic to use
keterangan
Last updated