Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.86 KB

File metadata and controls

61 lines (37 loc) · 1.86 KB

@wholebuzz/cluster / Exports / text

Module: text

Table of contents

Interfaces

Functions

Functions

findOutliersByTFIDFCentrality

findOutliersByTFIDFCentrality<Item>(data: LexiconDataset<Item>, centralityMeasure?: ClusterCentralityMeasure, removalMethod?: FindOutliersMethod): FoundOutliers

Type parameters

Name
Item

Parameters

Name Type
data LexiconDataset<Item>
centralityMeasure ClusterCentralityMeasure
removalMethod FindOutliersMethod

Returns: FoundOutliers

Defined in: text.ts:30


simhashClusterText

simhashClusterText<Item>(data: FingerprintedLabeledLexiconDataset<Item>, options?: SimhashClusterTextOptions<Item>): ItemClustering

Type parameters

Name
Item

Parameters

Name Type
data FingerprintedLabeledLexiconDataset<Item>
options? SimhashClusterTextOptions<Item>

Returns: ItemClustering

Defined in: text.ts:12