ART_Activate_Categories: ART_Activate_Categories

Description Usage Arguments Details Value

View source: R/ART_Activate_Categories.r

Description

Activates the categories in an ART network

Usage

1
ART_Activate_Categories(input, weight, bias)

Arguments

input

A vector of size NumFeatures that contains the input signal into the network

weight

Matrix of size NumFeatures-by-NumCategories which holds the weights of the network

bias

Constant that is used to differentiate between very similar category activation values

Details

This function returns a vector of category activations for the given input vector, weight matrix, and bias value

The length of the INPUT vector must equal the number of rows in the WEIGHT matrix, and the BIAS value must be within the range [0, 1] (although values very near 0 are best).

Value

Vector of size NumCategories that holds the activation value for each category


gbaquer3/fuzzyARTMAP documentation built on Aug. 2, 2020, 6:33 p.m.