amrElmTest: Tests the AMR-ELM model.

Description Usage Arguments Value Examples

Description

Tests the AMR-ELM model.

Usage

1
amrElmTest(XTest, model)

Arguments

XTest

the test data, numerical - numerical with zero mean and unit variance and patterns in the lines, attributes in the columns

model

the model created by amrElm-train, which contains: Z: hidden layer weights H: hidden layer output W: output layer weights affinity: the affinity used to generate the model (e.g.: cosine affinity) dataTrain: training data for generating affinity matrix. TODO: try to remove XTrain from the parameter list, replacing it by the affinity matrix computed for the training patterns

Value

outupt for the test patterns

Examples

1
## Not run: testOutput <- amrElmTest(XTest, model)

rladeira/amrElm documentation built on May 27, 2019, 9:17 a.m.