Skip to content

Commit

Permalink
undo change to line 271 which changed results
Browse files Browse the repository at this point in the history
  • Loading branch information
liefeld committed Jul 20, 2023
1 parent 5a3ad71 commit 2b01ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NTPez.R
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ rnd.seed=7392854
if (orig.dist.to.all.temp[1]>=orig.dist.to.all.temp[2]){
predict.label[i]<-1
dist.to.template[i]<-1-orig.dist.to.all.temp[1]
dist.to.cls1[i]<- -(orig.dist.to.all.temp[1]+1)
dist.to.cls1[i]<--(orig.dist.to.all.temp[1]+1)
}
if (orig.dist.to.all.temp[1]<orig.dist.to.all.temp[2]){
predict.label[i]<-2
Expand Down

0 comments on commit 2b01ea1

Please sign in to comment.