Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvInput ¶
type CsvInput interface { Indvs() []string 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() []string
func (*ThreeColumnCsv) RelDistance ¶
func (c *ThreeColumnCsv) RelDistance(from, to string) relational.Degree
func (*ThreeColumnCsv) Relatedness ¶
func (c *ThreeColumnCsv) Relatedness(from, to string) unit.Relatedness
Click to show internal directories.
Click to hide internal directories.