Synopsis
Calculates a an example set from a similarity measure.
Description
This operator creates an example set from a given similarity measure. It can either produce a long table format, i.e. something like id1 id2 sim id1 id3 sim id1 id4 sim ... id2 id1 sim ... or a matrix format like here id id1 id2 id3 ... id1 sim sim sim... ...
Input
- similarity: expects: SimilarityMeasureObject
- exampleSet: expects: ExampleSet
Output
- exampleSet:
Parameters
- table type: Indicates if the resulting table should have a matrix format or a long table format.