wp
Weighted Product (WP) merupakan salah satu metode sistem pendukung keputusan yang termasuk ke dalam kategori Fuzzy Multiple Attribute Decision Making (FMADM)
Weighted Product
Weighted Product (WP) merupakan salah satu metode sistem pendukung keputusan yang termasuk ke dalam kategori Fuzzy Multiple Attribute Decision Making (FMADM). Metode weighted product (WP) menggunakan perkalian untuk menghubungkan rating atribut, dimana rating setiap atribut harus dipangkatkan dulu dengan bobot atribut yang bersangkutan.
Explain Metode : teori
coming soon
method available
// basic usage
use Nagara\Src\Metode\MetodeWP;
// create object
$metode = new MetodeWP;
// init
$metode->WeightProduct("matrix-weight","matrix-kriteria-type","matrix");
// method getter
$metode->getValueWj();
$metode->getValueSi();
$metode->getValueVi();
$metode->getNormalisasiWeight();basic to use
keterangan
weight adalah nilai bobot
kriteria_weight adalah type kriteria biaya atau keuntungan
arr adalah array yang sudah di flip atau array horizontal
jumlah weight dan kriteria weight adalah sama
Last updated
Was this helpful?