ReadWTS: load .wts files

Description Usage Arguments Details Value Author(s) See Also

Description

Load ESOM weights from a *.wts file

Usage

1
ReadWTS(FileName, InDirectory=getwd())

Arguments

FileName

name of the file

InDirectory

the directrory of the *.wts file is

Details

WtsFileName may have a .wts extension, if not, it will be added automatically and only files with a .wts extension can be loaded

Value

a list

wts

[1:Lines*Columns,1:weights] Information stored as a List of weights in a 2D matrix, Note: Make this a 3 dimensional array through ListAsEsomNeurons ListAsEsomNeurons

Information represents a 2D grid with a weight for every neuron of the length of the data set (number of variables)

rows

number of ESOM rows from header in *.wts file

columns

number of ESOM columns from header in *.wts file

Keys

the Keys for the data dimensions, usually just ones

Author(s)

Michael Thrun

See Also

WriteWTS, addext


aultsch/DataIO documentation built on May 14, 2019, 10:34 p.m.