Tipe data untuk array yang berisi bobot-bobot yang masing-masing bertipe number.
number
// Contoh array bobotconst weights: Weights = [0.2, 0.3, 0.5]; Copy
// Contoh array bobotconst weights: Weights = [0.2, 0.3, 0.5];
Tipe data untuk array yang berisi bobot-bobot yang masing-masing bertipe
number
.