Documentation
¶
Index ¶
- func CombineTwoFolderCounts(mA, mB map[string]map[string]float64, threshold float64)
- func CopyFile(src string, dest string) error
- func GenerateCountForData(s *string) map[string]float64
- func GenerateCountForFile(fileName string) (map[string]float64, error)
- func GenerateCountForFolder(folder string) (map[string]map[string]float64, error)
- func JaccardSimilarity(a, b map[string]float64) float64
- func RemoveDuplicate(m map[string]map[string]float64, threshold float64)
- func RemoveDuplicates(folders []string, destFolder string, threshold float64) error
- func WriteFilesToNewFolder(m map[string]map[string]float64, destFolder string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CombineTwoFolderCounts ¶
func GenerateCountForData ¶
func GenerateCountForFolder ¶
func JaccardSimilarity ¶
func RemoveDuplicates ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.