The Complete SPRLIB & ANNLIB

create_wavnet

- create a wavelet network

SYNOPSIS

NET *create_wavnet (NetId, UnitVect)

ARGUMENTS

long NetId User-defined network identification
int *UnitVect Vector defining the network architecture

RETURNS

A pointer to a wavelet network.

FUNCTION

Create a Wavelet network with 3 layers and with an architecture of UnitVect[1..3] of units in every layer.

NOTE

Since only one-dimensional outputs are supported, UnitVect[3] should be 1.

SEE ALSO

init_wavnet , learn_wavnet , free_wavnet

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998