Skip to content

Commit d86affb

Browse files
committed
remove unused vars
1 parent bb5b49c commit d86affb

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

SVMClassifier/Boundary.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ public static Pixbuf Plot(ManagedArray x, Model model, int width, int height, in
4949

5050
var m = Rows(x);
5151

52-
var xplot = new double[width];
53-
var yplot = new double[height];
54-
5552
minx = Double.MaxValue;
5653
maxx = Double.MinValue;
5754

SVMClassifier/Model.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ public class Model
3131

3232
Random random = new Random(Guid.NewGuid().GetHashCode());
3333

34-
readonly double Mepsilon = Math.Pow(2, -52);
35-
3634
// Internal variables
3735
ManagedArray K;
3836
ManagedArray E;

0 commit comments

Comments
 (0)