Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
OrpazSond committed Dec 10, 2021
1 parent 6320549 commit 05661e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ project(ass1)

set(CMAKE_CXX_STANDARD 11)

add_executable(ass1 MainTrain.cpp anomaly_detection_util.cpp anomaly_detection_util.h AnomalyDetector.h SimpleAnomalyDetector.cpp SimpleAnomalyDetector.h timeseries.h timeseries.cpp minCircle.cpp minCircle.h)
add_executable(ass1 MainTrain.cpp anomaly_detection_util.cpp anomaly_detection_util.h AnomalyDetector.h SimpleAnomalyDetector.cpp SimpleAnomalyDetector.h timeseries.h timeseries.cpp minCircle.cpp minCircle.h HybridAnomalyDetector.h HybridAnomalyDetector.cpp)
2 changes: 1 addition & 1 deletion minCircle.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

//Orpaz Sondhelm 206492324 Yarin Tzdaka 319091278
#include "minCircle.h"
// circle for N integer points in a 2-D plane
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion minCircle.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

//Orpaz Sondhelm 206492324 Yarin Tzdaka 319091278
#ifndef MINCIRCLE_H_
#define MINCIRCLE_H_

Expand Down

0 comments on commit 05661e2

Please sign in to comment.