choice_function: Choice Function

View source: R/helpers_function.R

choice_functionR 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


fakmct documentation built on June 23, 2022, 1:06 a.m.