Documentation
¶
Index ¶
- func Binded(kclusters int, pval, eps float64, mp int) learn.LearnFunc
- func Learn(sc map[int]*learn.Variable, data []map[int]int, kclusters int, ...) spn.SPN
- func LearnConcurrent(sc map[int]*learn.Variable, data []map[int]int, kclusters int, ...) spn.SPN
- func LearnGauss(sc map[int]*learn.Variable, data []map[int]int, kclusters int, ...) spn.SPN
- func LearnGaussConcurrent(sc map[int]*learn.Variable, data []map[int]int, kclusters int, ...) spn.SPN
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Learn ¶
func Learn(sc map[int]*learn.Variable, data []map[int]int, kclusters int, pval, eps float64, mp int) spn.SPN
Learn runs the Gens Learning Algorithm Based on the article
Learning the Structure of Sum Product Networks Robert Gens and Pedro Domingos International Conference on Machine Learning 30 (ICML 2013)
func LearnConcurrent ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.