搜索结果
找到约 1,178 项符合
k-nn 的查询结果
数值算法/人工智能 《计算机算法基础》关于选择问题算法:找第k小元素
《计算机算法基础》关于选择问题算法:找第k小元素,时间复杂度为O(n);
人工智能/神经网络 c++编写的模式识别k均值算法
c++编写的模式识别k均值算法
人工智能/神经网络 遗传算法解决NN逼近任意函数
遗传算法解决NN逼近任意函数
数据库系统 delphi写的读股票K线源代码
delphi写的读股票K线源代码
生物技术 经典4阶R-K法(可以计算运行时间)
经典4阶R-K法(可以计算运行时间)
数值算法/人工智能 在n×n 格的棋盘上放置彼此不受攻击的车。按照国际象棋的规则
在n×n 格的棋盘上放置彼此不受攻击的车。按照国际象棋的规则,车可以攻击与之处 在同一行或同一列上的棋子。在棋盘上的若干个格中设置了堡垒,战车无法穿越堡垒攻击别 的战车。对于给定的设置了堡垒的n×n格棋盘,设法放置尽可能多彼此不受攻击的车。用概率算法实现的! ...
金融证券系统 delphi 作 的k线图
delphi 作 的k线图
人工智能/神经网络 This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.C
This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen ...
人工智能/神经网络 数据挖掘中k-means聚类算法的实现源代码
数据挖掘中k-means聚类算法的实现源代码