ART_Calculate_Match: ART_Calculate_Match

Description Usage Arguments Details Value

View source: R/ART_Calculate_Match.r

Description

Calculates the match value of an input to a category.

Usage

1
ART_Calculate_Match(input, weightVector)

Arguments

input

Vector of size NumFeatures that contains the input signal into the network

weightVector

Matrix of size NumFeatures which holds the weights of the network for a given category

Details

This function returns a value which represents the amount of match between the given input and the given category.

The length of the INPUT vector must equal the length of the WEIGHTVECTOR.

Value

Measure of the degree of match between the input and the current category


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