代码搜索:cmean
找到约 32 项符合「cmean」的源代码
代码结果 32
www.eeworm.com/read/188013/8579822
m cmean.m
function w=CMean(CLassNum,Sample)
n=size(Sample);
InitialCenter=zeros(CLassNum,n(2));%初始化C个类中心
for i=1:CLassNum
InitialCenter(i,:)=Sample(i,:);
end;
a=0;b=0;w=zeros(1,n(1));
w1=ones(1,n(1)
www.eeworm.com/read/333335/12686558
dsw cmean.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/333335/12686565
opt cmean.opt
www.eeworm.com/read/333335/12686566
dsp cmean.dsp
# Microsoft Developer Studio Project File - Name="cmean" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/333335/12686567
plg cmean.plg
Build Log
--------------------Configuration: cmean - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/333335/12686603
ncb cmean.ncb
www.eeworm.com/read/333335/12686606
cpp cmean.cpp
//////////////////////////////////////////////////////////////////////////
//k-mean 聚类创建日期2006年5月22日
#include
#include
#include
#include
#include
www.eeworm.com/read/218895/14903280
clw cmean.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CCmeanView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Cmean.h
www.eeworm.com/read/218895/14903282
rc cmean.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/218895/14903291