functional__combine_max | R Documentation |
Take value from first if bigger than a multiplicative factor of the second, elementwise.
functional__combine_max(a, b, thresh = 0.99)
a |
(list(tensor, tensor)) |
b |
(list(tensor, tensor)) |
thresh |
(float) Default: 0.99 |
list(tensor, tensor)
: a list with values tensor and indices tensor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.