Diff of /Demo_MLR/Demo.m [000000] .. [edb3de]

Switch to unified view

a b/Demo_MLR/Demo.m
1
2
clc
3
clear
4
5
Data = load('demoData.mat');
6
net = Data.demoData.Net;
7
label = Data.demoData.Label;
8
9
ordinalPatterns = fop_mining(net,label);
10
11
clc;