搜索资源列表
CODB
- 基于WEKA的异常检测源代码,JAVA语言编写,可自行开发插件-outlier detection source code based on WEKA
shoppingcart
- 此段代码实现了购物车功能,可以进行添加,删除,清出所选的商品,用到了servlet/jsp的技术,MyEclips运行。-This code implements the shopping cart feature, you can add, remove and clear the selection of goods, use a servlet/jsp technologies, MyEclips run.
Outlier(Java)
- 用于检测数据中的异常点,主要是用统计学的方法实现,虽然结构简单,但是效果不错。值得学习-The program is used to detecting the outlier in the given data.The statistic method is applied into the algorithm. It is very valuable to study for its effectiveness and simpleness.