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

Antworten (1)

BERGHOUT Tarek
BERGHOUT Tarek am 5 Feb. 2019

0 Stimmen

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;

Tags

Gefragt:

Pat
am 20 Mai 2013

Beantwortet:

am 5 Feb. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by