登录
首页 » 算法 » CKNN 用于多示例学习

CKNN 用于多示例学习

于 2022-03-01 发布 文件大小:1.89 kB
0 69
下载积分: 2 下载次数: 1

代码说明:

CKNN  Using the Citation KNN algorithm[1] to get the labels for bags in testBags, where minmum Hausdorff distance is used to measure the distances between bags %     CKNN takes, %        PBags     - an Mx1 cell array where the jth instance of ith positive bag is stored in PBags{i}(j,:) %        NBags     - an Nx1 cell array where the jth instance of ith negative bag is stored in NBags{i}(j,:) %        testBags  - a Kx1 cell array where the jth instance of ith test bag is stored in testBags{i}(j,:) %         Refs     - the number of referecnes for each test bag %        Citers    - the number of citers for each test bag %      &n

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • HEC 虚拟机源码
    HEC 虚拟机源码  verview of HEC on Win32 ------------------------ There are 4 batch files which you can use to build and maintain HEC 1) bldall.bat - makes all the win32 binaries 2) mvbin.bat   - moves all the win32 binaries to the win32in directory 3) wipe.bat  
    2022-02-10 02:24:18下载
    积分:1
  • quadtree Quadtree the establishment
    quadtree四叉树的建立-quadtree Quadtree the establishment
    2023-05-20 17:25:03下载
    积分:1
  • 神经网络的分类
    分类是遥感图像应用的一个重要方面,传统的影像分类方法已不能满足精度的需要,而基于线性映射的人工神经网络方法可以在一定程度上消除传统的影像分类所带来的模糊性和不确定性。文章介绍了神经网络原理,神经网络分类的思想及实现,神经网络在遥感图像分类中的应用等内容,通过实验对比突出神经网络分类法的优势,并对其未来发展趋势作出展望
    2022-03-10 04:44:42下载
    积分:1
  • 电影推荐
    关于海量数据挖掘的推荐系统,用于给用户推荐潜在喜欢的产品,根据电影相似度、用户相似度求预测效用矩阵,对未知评分进行估测,得到阈值评分以上的电影推荐给用户。
    2022-08-25 19:46:15下载
    积分:1
  • 非线性方程组求解_Matlab程序
    非线性方程组求解_程序,mulStablePoint    用不动点迭代法求非线性方程组的一个根mulNewton    用牛顿法法求非线性方程组的一个根mulDiscNewton    用离散牛顿法法求非线性方程组的一个根mulMix            用牛顿-雅可比迭代法求非线性方程组的一个根mulNewtonSOR    用牛顿-SOR迭代法求非线性方程组的一个根mulDNewton    用牛顿下山法求非线性方程组的一个根mulGXF1            用两点割线法的第一种形式求非线性方程组的一个根mulGXF2            用两点割线法的第二种形式求非线性方程组的一个根mulVNewton    用拟牛顿法求非线性方程组的一组解mulRank1    用对称秩1算法求非线性方程组的一个根mulDFP            用D-F-P算法求非线性方程组的一组解mulBFS            用B-F-S算法求非线性方程组的一个根mulNumYT    用数值延拓法求非线性方程组的一组解DiffParam1    用参数微分法中的欧拉法求非线性方程组的一组解DiffParam2 &nb
    2022-08-13 08:55:35下载
    积分:1
  • sm2实现描述
    椭圆曲线的定义:     一条椭圆曲线是在射影平面上满足方程     Y2Z+a1XYZ+a3YZ2=X3+a2X2Z+a4XZ2+a6Z3   的曲线.   一个利用椭圆曲线进行加密通信的过程: 1、用户A选定一条椭圆曲线Ep(a,b),并取椭圆曲线上一点,作为基点G。 2、用户A选择一个私有密钥k,并生成公开密钥K=kG。 3、用户A将Ep(a,b)和点K,G传给用户B。 4、用户B接到信息后 ,将待传输的明文编码到Ep(a,b)上一点M(编码方法很多,这里不作讨论),并产生一个随机整数
    2022-05-31 23:53:50下载
    积分:1
  • 八皇后遗传
    应用背景八皇后问题是放置八个皇后在8×8棋盘,没有任何两个皇后威胁对方的问题。因此,一个解决方案要求没有任何一个皇后共享同一行、列或对角线。八皇后问题是放置N N N×棋盘皇后更一般的n皇后问题的一个例子,其中的解决方案存在的所有自然数N与N = 2和N = 3的例外。https://en.wikipedia.org/wiki/eight_queens_puzzle关键技术代码是用遗传算法的matlab。在人工智能领域,遗传算法是一种模拟自然选择过程的启发式搜索算法。这种启发式的(有时也被称为启发式)通常用于生成优化搜索问题的有效解决方案。遗传算法属于一类更大的进化算法,它利用自然进化的方法,如遗传、变异、选择、交叉等方法,对优化问题产生了解决的方法。https://en.wikipedia.org/wiki/genetic_algorithm
    2022-08-07 19:45:26下载
    积分:1
  • Phyton Capcha 解码器
    验证码解码器 80%精度 -得到更柔和的图像 -选择图像 -显示文本
    2022-11-25 16:55:03下载
    积分:1
  • ! 2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonline...
    ! 2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear 3 ! systems of equations by homotopy methods. There are subroutines for 4 ! fixed point, zero finding, and general homotopy curve tracking problems, 5 ! utilizing both dense and sparse Jacobian matrices, and implementing 6 ! three different algorithms: ODE-based, normal flow, and augmented 7 ! Jacobian. The (driver) subroutines called by the user are given in the 8 ! table below, and are well documented internally. The user need not 9 ! be concerned with any other subroutines in HOMPACK90. -! 2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear 3 ! systems of equations by homotopy methods. There are subroutines for 4 ! fixed point, zero finding, and general homotopy curve tracking problems, 5 ! utilizing both dense and sparse Jacobian matrices, and implementing 6 ! three different algorithms: ODE-based, normal flow, and augmented 7 ! Jac
    2022-07-21 06:18:17下载
    积分:1
  • 3D螺旋上升效果
    /**************************************************************************** This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2022-05-13 07:02:29下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 20今日下载