Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Anomaly Detection Tool Test Cases"

(Created page with "== Test Case 1 == == Test Case 2 == == Test Case 3 LOF Test case == == Test Case 4 100 data points == == Test Case 5 100 data points == == Test Case 6 LOF Test case: 100 data...")
 
(Test Case 1)
Line 1: Line 1:
 
== Test Case 1 ==
 
== Test Case 1 ==
 +
* No. of clusters: 2
 +
* No. of [http://sourceforge.net/p/niceproject/docs/Data Data] points: 1000
 +
* Data points are easily separable into 2 clusters as depicted in Fig.1. Kmeans clustering algorithm can easily identify two distinct clusters in this case.
 +
 
== Test Case 2 ==
 
== Test Case 2 ==
 
== Test Case 3 LOF Test case ==
 
== Test Case 3 LOF Test case ==

Revision as of 18:41, 26 February 2015

Test Case 1

  • No. of clusters: 2
  • No. of Data points: 1000
  • Data points are easily separable into 2 clusters as depicted in Fig.1. Kmeans clustering algorithm can easily identify two distinct clusters in this case.

Test Case 2

Test Case 3 LOF Test case

Test Case 4 100 data points

Test Case 5 100 data points

Test Case 6 LOF Test case: 100 data points

Back to the top