dataset

package
v0.0.0-...-cbd5bab Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DropIndex

func DropIndex[T any](arr []T, index []int) []T

func InSlice

func InSlice[T comparable](needle T, haystack []T) bool

Types

type Dataset

type Dataset struct {
	Path    string
	Headers []string
	Data    [][]float64
}

func ReadCSV

func ReadCSV(path string, includeHeaders bool) Dataset

Jump to

Keyboard shortcuts

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