choice_function {fakmct} | R Documentation |
Choice Function
Description
Calculates the similarity between the input pattern I and all of saved categories.
Usage
choice_function(input, category_w, alpha)
Arguments
input |
The input (vector) data observation |
category_w |
The current category weight |
alpha |
Choice parameter alpha > 0 |
Value
Returns the vector of Tj choice activation function
[Package fakmct version 0.1.0 Index]