PoolingMethod Enumeration¶
Namespace: id3.Finger
Definition¶
Enumerates the possible pooling methods for template agregation in the finger matching module.
Fields¶
Name |
Value |
Description |
|---|---|---|
|
0 |
Average pooling method. Merges instances (scores, templates, etc) into one. |
|
1 |
Maximum pooling method. Selects best instance according to a given metric. |