structureof


Overview

The structureof query will return the structure of certain classes of object, if the stated alias exists.

Applies To

Data, FuNN, Kohonen, MLP

Syntax

query getstructureof AliasName

where:
AliasName is the alias of the object whose structure to retrieve

Returns

Data

inputs #Inputs outputs #Outputs rows #Rows datarows #DataRows labels on / off

where:
inputs is the number of columns in the input table
outputs is the number of columns in the output table
rows is the number of storage rows allocated to the object
datarows is the number of rows in use in the object
labels specifies whether or not labels are enabled for the object

FuNN

inputs #InputNodes condition { ConditionArray } rules #RulesNodes action { ActionArray } outputs #OutputNodes

where:
inputs is the number of input nodes in the FuNN
condition is an array specifying the number of MF attached to each input
rules is the number of rule nodes
action is an array specifiying the number of MF attached to each output
outputs is the number of output nodes in the FuNN

Kohonen

inputs #InputsNodes dimensions #MapDimensions mapdim { MapArray }

where:
inputs is the number of input nodes in the Kohonen
dimensions is the dimensionality of the output map
mapdim is an array specifying the size of each map dimension

MLP

layers #Layers inputs #InputNodes hidden { HiddenArray } outputs #OutputNodes bias on / off

where:
layers is the number of node layers in the MLP
inputs is the number of input node sin the MLP
hidden is an array specifying the number of nodes in each hidden layer
outputs is the number of output nodes
bias specifies whether or not the MLP has a bias layer


return to main page


This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.