Documentation ¶
Index ¶
- func CreateDataSplit(trainSize, testSize, validationSize, size int) ([]int, []int, []int)
- func DegreeMatrix(adj [][]float64) [][]float64
- func EncodeOneHot(labels []string) []int32
- func IdentityMatrix(n int) [][]float64
- func LoadData(path, dataset string) ([][]float64, [][]float64, []int32)
- func NormalizeAdjacencyMatrix(adj [][]float64) [][]float64
- func Sum(row []float64) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDataSplit ¶
func DegreeMatrix ¶
func EncodeOneHot ¶
func IdentityMatrix ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.