A C D E G K L R S T V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AddOn - com.tibco.patterns.grouping.LinkType
-
Key2 was added to key1's sub-group.
- associateKeys(String, String, float) - Method in class com.tibco.patterns.grouping.GroupingEngine
-
Like
GroupingEngine.associateKeys(String,String,float,String), but with no original link-id. - associateKeys(String, String, float, String) - Method in class com.tibco.patterns.grouping.GroupingEngine
-
Associates two keys, with a specified score.
C
- close() - Method in class com.tibco.patterns.grouping.StandardOutput
- com.tibco.patterns.grouping - package com.tibco.patterns.grouping
D
- debugging - Variable in class com.tibco.patterns.grouping.GroupingEngine
-
Internal use only.
E
- encode(String) - Method in class com.tibco.patterns.grouping.StandardOutput
-
Encodes a string for CSV storage.
G
- getCrossoverLinks() - Method in class com.tibco.patterns.grouping.KeyInfo
- getFromInfo() - Method in class com.tibco.patterns.grouping.LinkInfo
- getGroupCount() - Method in class com.tibco.patterns.grouping.GroupingEngine
- getGroups() - Method in class com.tibco.patterns.grouping.GroupingEngine
-
Begins formation of groups and returns an iterator over the groups.
- getId() - Method in interface com.tibco.patterns.grouping.Group
- getId() - Method in class com.tibco.patterns.grouping.LinkInfo
- getInputLinkCount() - Method in class com.tibco.patterns.grouping.GroupingEngine
- getKey() - Method in class com.tibco.patterns.grouping.KeyInfo
- getKeyCount() - Method in interface com.tibco.patterns.grouping.Group
- getKeyCount() - Method in class com.tibco.patterns.grouping.GroupingEngine
- getKeys() - Method in interface com.tibco.patterns.grouping.Group
- getLink() - Method in class com.tibco.patterns.grouping.KeyInfo
- getLinkCount() - Method in interface com.tibco.patterns.grouping.Group
- getLinkCount() - Method in class com.tibco.patterns.grouping.GroupingEngine
- getLinks() - Method in interface com.tibco.patterns.grouping.Group
- getLinkType() - Method in class com.tibco.patterns.grouping.LinkInfo
- getMaxScore() - Method in interface com.tibco.patterns.grouping.Group
- getMergeThreshold() - Method in class com.tibco.patterns.grouping.GroupingEngine
- getScore() - Method in class com.tibco.patterns.grouping.KeyInfo
- getScore() - Method in class com.tibco.patterns.grouping.LinkInfo
- getScorePrecision() - Method in class com.tibco.patterns.grouping.GroupingEngine
- getSkipThreshold() - Method in class com.tibco.patterns.grouping.GroupingEngine
- getSubGroup() - Method in class com.tibco.patterns.grouping.KeyInfo
- getSubgroupCount() - Method in interface com.tibco.patterns.grouping.Group
- getToInfo() - Method in class com.tibco.patterns.grouping.LinkInfo
- Group - Interface in com.tibco.patterns.grouping
- GroupingEngine - Class in com.tibco.patterns.grouping
-
Implements the grouping algorithms.
- GroupingEngine() - Constructor for class com.tibco.patterns.grouping.GroupingEngine
-
Creates a Grouper object with default options.
K
- KeyInfo - Class in com.tibco.patterns.grouping
-
Bundles the information relevant to the grouping of a particular key.
L
- Leader - com.tibco.patterns.grouping.LinkType
-
First link in subgroup 0 of a group
- LinkInfo - Class in com.tibco.patterns.grouping
-
Bundles a link with relevant grouping information.
- LinkSkipReason - Enum in com.tibco.patterns.grouping
- LinkType - Enum in com.tibco.patterns.grouping
R
- Redundant - com.tibco.patterns.grouping.LinkSkipReason
-
The keys are already linked with an equal or higher score.
S
- SelfMatch - com.tibco.patterns.grouping.LinkSkipReason
-
The keys in the link are the same.
- setIntegerFormat(DecimalFormat) - Method in class com.tibco.patterns.grouping.StandardOutput
-
Set the format to apply to integers such a group-ids.
- setMergeThreshold(float) - Method in class com.tibco.patterns.grouping.GroupingEngine
-
Sets the merge threshold.
- setScoreFormat(DecimalFormat) - Method in class com.tibco.patterns.grouping.StandardOutput
-
Set the format to apply to scores, which are float values.
- setScorePrecision(int) - Method in class com.tibco.patterns.grouping.GroupingEngine
-
Sets the score precision.
- setSkipThreshold(float) - Method in class com.tibco.patterns.grouping.GroupingEngine
-
Sets the skip threshold.
- SkipThreshold - com.tibco.patterns.grouping.LinkSkipReason
-
The link's score is below the skip-threshold.
- StandardOutput - Class in com.tibco.patterns.grouping
-
Utility to write grouping output in a standard format to a set of three CSV files.
- StandardOutput(File, File, File, boolean) - Constructor for class com.tibco.patterns.grouping.StandardOutput
-
Writes group information to a trio of CSV files.
T
- toString() - Method in class com.tibco.patterns.grouping.LinkInfo
V
- valueOf(String) - Static method in enum com.tibco.patterns.grouping.LinkSkipReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tibco.patterns.grouping.LinkType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.tibco.patterns.grouping.LinkSkipReason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.tibco.patterns.grouping.LinkType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- write(Group) - Method in class com.tibco.patterns.grouping.StandardOutput
-
Writes a group to the CSV files.
X
- Xover - com.tibco.patterns.grouping.LinkType
-
Subgroup cross-over link.
- XoverThreshold - com.tibco.patterns.grouping.LinkSkipReason
-
The link crosses groups, and the score is below the merge-threshold.
All Classes All Packages