Documentation
¶
Index ¶
- func NewDataset(filename string) (out map[[3]string]*NewSample)
- func NewDatasetAreg(filename, otherfilename string, reverse bool, histogram []string) (out map[[2]string]*AregSample)
- func NewHistogram(filename string, reverse bool) []string
- type AregSample
- type NewSample
- type NewSampleV1
- type Output
- type Sample
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDataset ¶
func NewDatasetAreg ¶ added in v0.1.6
func NewDatasetAreg(filename, otherfilename string, reverse bool, histogram []string) (out map[[2]string]*AregSample)
func NewHistogram ¶ added in v0.1.6
Types ¶
type AregSample ¶ added in v0.1.6
func SplitAreg ¶ added in v0.1.6
func SplitAreg(out map[[2]string]*AregSample) (data []AregSample)
func (*AregSample) Feature ¶ added in v0.1.6
func (s *AregSample) Feature(n int) uint32
func (*AregSample) Key ¶ added in v0.1.6
func (n *AregSample) Key() [2]string
func (*AregSample) Output ¶ added in v0.1.6
func (s *AregSample) Output() uint16
func (*AregSample) Parity ¶ added in v0.1.6
func (s *AregSample) Parity() uint16
type NewSample ¶ added in v0.1.0
type NewSample struct { SrcA []string DstA []string SrcCut []string SrcFut []string Option string Out bool Len int I int J int }
func (*NewSample) V1 ¶ added in v0.1.5
func (s *NewSample) V1() *NewSampleV1
type NewSampleV1 ¶ added in v0.1.5
type NewSampleV1 NewSample
func (*NewSampleV1) Feature ¶ added in v0.1.5
func (s *NewSampleV1) Feature(n int) uint32
func (*NewSampleV1) Output ¶ added in v0.1.5
func (s *NewSampleV1) Output() uint16
func (*NewSampleV1) Parity ¶ added in v0.1.5
func (s *NewSampleV1) Parity() uint16
Click to show internal directories.
Click to hide internal directories.