relatedness

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CsvInput

type CsvInput interface {
	Indvs() mapset.Set
	Relatedness(i1, i2 string) unit.Relatedness
	RelDistance(i1, i2 string) relational.Degree
}

type ThreeColumnCsv

type ThreeColumnCsv struct {
	// contains filtered or unexported fields
}

func NewThreeColumnCsv

func NewThreeColumnCsv(f *os.File, normalize bool) *ThreeColumnCsv

func (*ThreeColumnCsv) Indvs

func (c *ThreeColumnCsv) Indvs() mapset.Set

func (*ThreeColumnCsv) RelDistance

func (c *ThreeColumnCsv) RelDistance(from, to string) relational.Degree

func (*ThreeColumnCsv) Relatedness

func (c *ThreeColumnCsv) Relatedness(from, to string) unit.Relatedness

Jump to

Keyboard shortcuts

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