Sim卡ilarity to Data
Synopsis
This operator calculates an ExampleSet from the given similarity measure.
Description
The Similarity to Data operator calculates an ExampleSet from the given SimilarityMeasure Object. The ExampleSet can be in form of a long table or a matrix. This behavior can be controlled by thetable typeparameter. A similarity measure object contains the calculated similarity between each example of an ExampleSet with every other example of the same ExampleSet. Operators like the Data to Similarity operator can generate a similarity measure object.
Input
similarity
This input port expects a similarity measure object. A similarity measure object contains the calculated similarity between each example of an ExampleSet with every other example of the same ExampleSet. The Data to Similarity operator can generate a similarity measure object.
example set
This input port expects an ExampleSet. It is the output of the Data to Similarity operator in the attached Example Process. The output of other operators can also be used as input.
Output
example set
An ExampleSet is calculated from the given similarity measure and it is returned from this port.
Parameters
Table type
This parameter indicates if the resulting table should have a matrix format or a long table format.