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

답변 (1개)

BERGHOUT Tarek
BERGHOUT Tarek 2019년 2월 5일

0 개 추천

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;

카테고리

태그

질문:

Pat
2013년 5월 20일

답변:

2019년 2월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by