Skip to content

Commit 916bf4d

Browse files
committed
Updated Demo
1 parent f80eefa commit 916bf4d

10 files changed

Lines changed: 7 additions & 493 deletions

File tree

Demo/CYC2008-TAP06Demo/Demo.cys

21.4 KB
Binary file not shown.

Demo/LargeDemo/DEMO.cys

-3.17 MB
Binary file not shown.

Demo/LargeDemo/training-tap06.txt

Lines changed: 0 additions & 480 deletions
This file was deleted.

Demo/SmallDemo/DEMO.cys

80.4 KB
Binary file not shown.

Demo/SmallDemo/Demo Guide.pdf

-1 MB
Binary file not shown.

Demo/SmallDemo/Walkthrough.pdf

740 KB
Binary file not shown.

Demo/SmallDemo/pos-training.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

Demo/SmallDemo/training.tab

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Complex # Name Proteins
2+
1 1 A B E F
3+
2 2 C D G H
4+
3 3 I J M N
5+
4 4 K L O P

src/main/java/edu/virginia/uvacluster/internal/MyControlPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ public void actionPerformed(ActionEvent e)
824824

825825

826826
model = new JComboBox(getNetworkNames().toArray());
827-
JLabel modelLabel = new JLabel("Select Model");
827+
JLabel modelLabel = new JLabel("Select Template");
828828
modelPanel.add(modelLabel);
829829
modelPanel.add(model);
830830

src/main/java/edu/virginia/uvacluster/internal/TrainingTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void run(final TaskMonitor taskMonitor) throws Exception{
3131
System.out.println("Training task...");
3232
CyNetwork outputNet = null, trainedNet = null, modelNetwork = null;
3333

34-
taskMonitor.setTitle("Training Task");
34+
taskMonitor.setTitle("SCODE Progress");
3535
System.out.println("Training task is running... ");
3636
try {
3737

0 commit comments

Comments
 (0)