Skip to content

Error in [XTemp, yTemp, XTestTemp, yTestTemp] = mapLoadData(dataSetName); #5

Description

@somayehkazemi

Hello,
For every demo when i want to run the script, the data set can't be loaded. because the source file isn't in the package.
Can you help me how can find the data base like 'ggToyMissing' , 'ggToyTrainTest'
It seems all the source data sets are in this path as you can see in the result files: '/Users/mauricioalvarez/Documents/mlprojects/datasets/matlab/mocap/cmu/#/#.asf'
When i want to run the code with my dataset and define multi targets training in yTemp variable and multi-input training, my test inputs in the XTestTemp and my test outputs in theyTestTemp, i have error in this part of all demo script :
for i = 1:size(yTemp, 2)
y{i} = yTemp{i};
X{i} = XTemp{i};
end
Any help will be useful for me.

Thank you in Advance!

Somi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions