how to use op-elm toolbox

i am using OP-ELM ,I have dataset in a xls file of numeric values
in documantation i have seen
data.x
data.y
datatest.x
dataset.y
but plz tell how to import tha values in xls file to OP=ELM

Risposte (1)

BERGHOUT Tarek
BERGHOUT Tarek il 5 Feb 2019

0 voti

first import you excel files into space work using import dat; the save them in the same repertory of opELM as ''filename.txt'' file and then write datax = the training innput file name;datay = the training targets file name;datatestx:= the testing innput file name;;datatesty:= the testing targets file name;

Tag

Richiesto:

Pat
il 20 Mag 2013

Risposto:

il 5 Feb 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by