代码搜索:generalization

找到约 95 项符合「generalization」的源代码

代码结果 95
www.eeworm.com/read/373388/9457856

m generalization.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Copy Right: the Computational Intelligence Laboratory %% System name: PCA %% File name: Generalization.m %
www.eeworm.com/read/245316/4505033

java generalization.java

/* * Java(TM) OLAP Interface */ package org.omg.java.cwm.objectmodel.relationships; public interface Generalization extends org.omg.java.cwm.objectmodel.core.ModelElement { // ----
www.eeworm.com/read/202075/5055350

java generalization.java

/* * 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 v
www.eeworm.com/read/357991/3008809

java generalization.java

/* * 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 v
www.eeworm.com/read/102108/15793027

mdl generalization.mdl

(object Petal version 40) (object Design "Logical View" is_unit TRUE is_loaded TRUE file_name "C:\\My Documents\\Tutorials\\General\\Generalization.mdl" quid
www.eeworm.com/read/434872/7800635

sln ga_generalization.sln

 Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeneticAlgorithm", "GeneticAlgorithm\GeneticAlgorithm.csproj",
www.eeworm.com/read/221024/14775194

uwmadison%2fmp-tr-95-11 http:^^www.cs.wisc.edu^dienst^ui^2.0^describe^ncstrl.uwmadison%2fmp-tr-95-11

Server: Dienst V4-1-1 MIME-version: 1.0 Content-type: text/html Improved Generalization via Tolerant Training Improved Generalization via Tolerant Training W. Nick Street
www.eeworm.com/read/304506/13791945

m hvsc.m

function y=hvsc(x) [m,n]=size(x); T=[x(m-4:m,:);x;x(1:4,:)]; I=[T(:,n-4:n) T T(:,1:4)]; gama=4; for i=5:m+4, for j=5:n+4, It=[I(i-4:i+4,j-4:j+4)]; %Mu=mean2(It); %
www.eeworm.com/read/304504/13792015

m hvsc.m

function y=hvsc(x) [m,n]=size(x); T=[x(m-4:m,:);x;x(1:4,:)]; I=[T(:,n-4:n) T T(:,1:4)]; gama=4; for i=5:m+4, for j=5:n+4, It=[I(i-4:i+4,j-4:j+4)]; %Mu=mean2(It); %