Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gy910210 committed Feb 22, 2016
1 parent dffda73 commit f7c3bf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private InstancesHeader generateHeader() {

@Override
public Instance getInstance() {
Instance inst = new DenseInstance(1.0, data);
Instance inst = new DenseInstance(1.0, this.data);
inst.setDataset(generateHeader());
return new DataPoint(inst, this.timeStamp);
}
Expand Down

0 comments on commit f7c3bf8

Please sign in to comment.