搜索资源列表
Metrics
- 统计Java代码行数等相关信息的Eclipse插件
co-training
- 半监督学习co-training 回归算法的java代码实现。-COREG is a co-training style semi-supervised regression algorithm, which employs two kNN regressors using different distance metrics to select the most confidently labeled unlabeled examples for each other.
DM4
- 执行流程: 1. 用户输入参数:K的选择,训练数据,测试数据的路径; 2. 读取训练数据集和测试数据集文件,用ArffFileReader类读取并组织起InstanceSet数据结构; 3. 利用上面的相似度量标准,对每一个测试集中的Instance,计算与其最相似的K个训练集中的Instance,通过投票进行分类,将分类结果存储经Instance的成员变量targetGuess中; 4. 对分类结果进行度量,包括分类正确率,各种类别实例的Precision,Recall;Con
ToShare_SurfaceSimplification_using_quadric_error_
- 采用java实现基于二次误差度量的网格简化算法;主要使用了java的集合框架中的treeSet -Surface Simplification Using Quadric Error Metrics
lecture2
- Trade-off between Imperceptibility and Robustness of LSB Watermarking using SSIM Quality Metrics
Java_gongneng
- 针对软件项目开发中维护阶段的成本和工作量难以估计的问题,提出一种基于Java程序的功能点度量方法,并介绍从目标程序中抽取数据功能点以及事务功能点的计算规则,同时以Java源代码为例说明具体的度量过程.实验结果表明,该方法是有效可行的.-For the maintenance phase of software development costs and the workload is difficult to assess problems, propose a Java program bas
blacktie-2.0.0.M3-src
- BlackTie计划,可以让用户将原有的JAVA和分布式事务处理环境迁移到红帽的平台之上。 BlackTie可让企业级用户轻易地将C、C++和大型主机应用程序集成到JBoss环境之中,为用户提供企业级的开源服务,诸如安全、集群和事 务处理等。 该版本主要改进内容包括: 1.The new btadmin command line tool 2.Renaming Environment.xml files to btconfig.xml to make them
JavaTestingToolsIntroduction
- Java静态检测工具的简单介绍,静态测试包括代码检查、静态结构分析、代码质量度量等-Briefly Java static detection tools, static tests include code inspection, static structural analysis, code quality metrics, etc.