match#
- NormalizedDotProductMetric.match(experimental: ndarray | Array, dictionary: ndarray | Array) Array [source]#
Match all experimental patterns to all dictionary patterns and return their similarities.
- Parameters:
- experimental
Experimental patterns.
- dictionary
Dictionary patterns.
- Returns:
dot_products
Normalized dot products.