Skip to content
Snippets Groups Projects
Commit c10a2a3e authored by Weihan Li's avatar Weihan Li
Browse files

Update Preprocessing_dataset.m

parent 5e500e5d
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ for i = 1:length(TDS)
Train_Set(ctr).Cell = cell;
Train_Set(ctr).Sample = ctr;
Train_Set(ctr).History_cycle = TDS(i).History_Cycle; % cycle numbers of capacity history
Train_Set(ctr).Target = TDS(i).Target_Cycle; % cycle numbers of target capacity series
Train_Set(ctr).Target_Cycle = TDS(i).Target_Cycle; % cycle numbers of target capacity series
Train_Set(ctr).History = TDS(i).P_History;
Train_Set(ctr).Target = TDS(i).P_Target;
ctr = ctr + 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment