代码搜索:aggregation
找到约 1,013 项符合「aggregation」的源代码
代码结果 1,013
www.eeworm.com/read/400577/11572623
m baggingc.m
%BAGGINGC Bootstrapping and aggregation of classifiers
%
% W = BAGGINGC (A,CLASSF,N,ACLASSF,T)
%
% INPUT
% A Training dataset.
% CLASSF The base classifier (default: nmc)
% N
www.eeworm.com/read/255755/12057275
m baggingc.m
%BAGGINGC Bootstrapping and aggregation of classifiers
%
% W = BAGGINGC (A,CLASSF,N,ACLASSF,T)
%
% INPUT
% A Training dataset.
% CLASSF The base classifier (default: nmc)
% N
www.eeworm.com/read/341217/12099559
java composite.java
package com.javapatterns.visitor.inventory;
import java.util.Vector;
abstract class Composite extends Equipment
{
/**
* @directed
* @link aggregation
* @clientCardinality
www.eeworm.com/read/341217/12099708
java flavorfactory.java
package com.javapatterns.flyweight.coffeestall;
public class FlavorFactory
{
/**
* @label Flyweight
* @supplierCardinality 0..*
* @link aggregation
*/
private Order[] flavors = n
www.eeworm.com/read/150905/12248328
m baggingc.m
%BAGGINGC Bootstrapping and aggregation of classifiers
%
% W = BAGGINGC (A,CLASSF,N,ACLASSF,T)
%
% INPUT
% A Training dataset.
% CLASSF The base classifier (default: nmc)
% N
www.eeworm.com/read/149739/12352700
m baggingc.m
%BAGGINGC Bootstrapping and aggregation of classifiers
%
% W = BAGGINGC (A,CLASSF,N,ACLASSF,T)
%
% INPUT
% A Training dataset.
% CLASSF The base classifier (default: nmc)
% N
www.eeworm.com/read/127116/14376764
java composite.java
package com.javapatterns.visitor.inventory;
import java.util.Vector;
abstract class Composite extends Equipment
{
/**
* @directed
* @link aggregation
* @clientCardinality
www.eeworm.com/read/127116/14376841
java flavorfactory.java
package com.javapatterns.flyweight.coffeestall;
public class FlavorFactory
{
/**
* @label Flyweight
* @supplierCardinality 0..*
* @link aggregation
*/
private Order[] flavors = n
www.eeworm.com/read/484868/1265631
txt about.txt
Sensor network clustering and data aggregation (iHEED)
------------------------------------------------------
Author: Ossama M. Younis (oyounis@cs.purdue.edu).
Affiliation: Purdue University, Depart
www.eeworm.com/read/243866/4518368
java director.java
package com.javapatterns.builder.extended1;
public class Director
{
/**
* @link aggregation
* @directed
* @clientRole builder*/
private Builder builder;
public D