You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
When I ran rws_gridsearch_CV.m or rws_gridsearch_CV_mulvar.m, I got the same error: The function 'train' corresponding to the input parameter of type 'double' is not defined.
The message is:
未定义与 'double' 类型的输入参数相对应的函数 'train'。
Please first check if your dataset format is consistent with the sample
datasets.
Yours sincerely,
Lingfei (Teddy) Wu
Research Staff Member, AI Foundations Labs - Reasoning
IBM Research AI
IBM T. J. Watson Research Center, Yorktown Heights, NY 10598
Phone: +1 757-634-5455
Email: lwu@email.wm.edu, wuli@us.ibm.com
On Wed, Oct 7, 2020 at 10:41 AM Jiang ***@***.***> wrote:
When I ran rws_gridsearch_CV.m or rws_gridsearch_CV_mulvar.m, I got the
same error: The function 'train' corresponding to the input parameter of
type 'double' is not defined.
The message is:
未定义与 'double' 类型的输入参数相对应的函数 'train'。
出错 rws_gridsearch_CV (line 106)
model_linear = train(trainy, sparse(trainFeaX), s);
How can I fix this? I'm really confused.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCYONOJPSPHIT5OYNFAHWTSJR4ZDANCNFSM4SHPWPXA>
.
I was using the sample datasets. I followed the steps of "How To Run The Codes" in the README file, and when I come to step (2) and (3), the problem arises.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I ran rws_gridsearch_CV.m or rws_gridsearch_CV_mulvar.m, I got the same error: The function 'train' corresponding to the input parameter of type 'double' is not defined.
The message is:
未定义与 'double' 类型的输入参数相对应的函数 'train'。
出错 rws_gridsearch_CV (line 106)
model_linear = train(trainy, sparse(trainFeaX), s);
How can I fix this? I'm really confused.
The text was updated successfully, but these errors were encountered: