Documentation ¶
Index ¶
- func Argmax(s []float64) int
- func DivIntDown(a, b int) int
- func DivIntUp(a, b int) int
- func Flatten(a [][]float64) []float64
- func IsGzip(filename string) bool
- func LogAdd(a, b float64) float64
- func LogSub(a, b float64) float64
- func SequencesToMatrix(t ScalarType, sequences []TrackSequence, transposed bool) Matrix
- func SequencesToVectors(t ScalarType, sequences []TrackSequence, transposed bool) []Vector
- func ShiftRing(s []float64, i int) []float64
- func SliceMax(s []float64) float64
- func SliceMean(s []float64) float64
- func SliceMin(s []float64) float64
- func SlicesToMatrix(t ScalarType, counts [][]float64, transposed bool) Matrix
- func SlicesToVectors(t ScalarType, counts [][]float64, transposed bool) []Vector
- type Progress
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SequencesToMatrix ¶
func SequencesToMatrix(t ScalarType, sequences []TrackSequence, transposed bool) Matrix
func SequencesToVectors ¶
func SequencesToVectors(t ScalarType, sequences []TrackSequence, transposed bool) []Vector
func SlicesToMatrix ¶
func SlicesToVectors ¶
Types ¶
type Progress ¶
type Progress struct {
N, K, LineWidth int
}
func NewProgress ¶
func (Progress) PrintStderr ¶
func (Progress) PrintStdout ¶
Click to show internal directories.
Click to hide internal directories.