代码搜索结果
找到约 10,000 项符合
Test 的代码
test.asv
Dmat=[0,0,3;4,5,6;7,8,9;10,10,10]
[C,M] = size(Dmat);
for i=1:M
temp=0;
for k=1:C
if(Dmat(k,i)==0) temp=temp+1; end
end
Umat(k,i)=Dmat(k,i);
el
test.m
load iris.txt;
Xdat = iris(:,3:6)
C=3;
mfuz=2;
Cmat = fcm_dataInitC(Xdat,C);
% compute matrix of distance
Dmat = fcm_calcD(Xdat,Cmat);
% compute initial Umat
%Umat = fcm_calcU(mfuz,Dma
test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
test.dsp
# Microsoft Developer Studio Project File - Name="Test" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
test.cpp
// Test.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "math.h"
#include "stdlib.h"
#include "time.h"
#include "memory.h"
#define PI (3.141592653