mlearn

package module
v0.0.0-...-731a333 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2016 License: GPL-3.0 Imports: 7 Imported by: 0

README

Build Status

mlearn

Machine Learning in GO

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMatrixFromData

func NewMatrixFromData(data [][]string, encoders ...features.Encoder) (*mat64.Dense, []string, error)

func NewVectorFromStringData

func NewVectorFromStringData(data []string) (*mat64.Vector, error)

NewVectorFromStringData creates a mat64.Vector from an array of strings.

func PrintMatrixTabular

func PrintMatrixTabular(m *mat64.Dense, columns []string, writer io.Writer)

PrintMatrixTabular produces a nicely formatted table-like matrix representation.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL