代码搜索:Kmean

找到约 101 项符合「Kmean」的源代码

代码结果 101
www.eeworm.com/read/190969/8435860

m kmean.m

function [gau,center,variance]= kmean(x,group,dataNum) center = randperm(50); center = center(1:group); center = x(center); sumtimes = zeros(1,group); sumA = zeros(1,group); variance = zeros(1
www.eeworm.com/read/290533/8478341

cpp kmean.cpp

#include #include typedef struct sample { float x; float y; } SAMPLE; float distance(SAMPLE a,SAMPLE b) { float d; float a1=a.x, a2=a.y; float b1=b.x, b2=b.y;
www.eeworm.com/read/288804/8607130

sln kmean.sln

Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kmean", "kmean.vcproj", "{7718D062-6AAB-460E-B3AD-0B3561C4C69A}" ProjectSection(Proje
www.eeworm.com/read/288804/8607135

suo kmean.suo

www.eeworm.com/read/288804/8607141

ncb kmean.ncb

www.eeworm.com/read/288804/8607145

cpp kmean.cpp

#include "kmean.h" void Kmean::initClusters() { for(int i = 0; i < this->patterns.numOfCluster; i++) { Kmean::Cluster cluster; cluster.setCenter(this->patterns.getPattern(i)); cluster
www.eeworm.com/read/288804/8607152

h kmean.h

#include "std.h" #include "patterns.h" class Kmean { private: class Cluster { private: Pattern center; vector members; public: int numOfPatterns; public: Cluster()
www.eeworm.com/read/288804/8607155

vcproj kmean.vcproj

www.eeworm.com/read/281795/9133827

vbp kmean.vbp

Type=Exe Form=kmean.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\System32\stdole2.tlb#OLE Automation IconForm="Form1" Startup="Form1" Command32="" Name="Project1" He
www.eeworm.com/read/281795/9133831

vbw kmean.vbw

Form1 = 66, 67, 816, 531, , 22, 22, 772, 487, C