代码搜索:classifiers

找到约 2,305 项符合「classifiers」的源代码

代码结果 2,305
www.eeworm.com/read/431675/8662162

m majorc.m

%MAJORC Majority combining classifier % % W = majorc(V) % W = v*majorc % % If V = [V1,V2,V3,...] is a stacked set of classifiers trained for % the same classes and W is the majority combiner: it se
www.eeworm.com/read/418695/10935484

m majorc.m

%MAJORC Majority combining classifier % % W = majorc(V) % W = v*majorc % % If V = [V1,V2,V3,...] is a stacked set of classifiers trained for % the same classes and W is the majority combiner: it se
www.eeworm.com/read/397102/8068339

m majorc.m

%MAJORC Majority combining classifier % % W = majorc(V) % W = v*majorc % % If V = [V1,V2,V3,...] is a stacked set of classifiers trained for % the same classes and W is the majority combiner: it se
www.eeworm.com/read/310621/13648612

m weaklearner.m

function [H,epsilon,R]=WeakLearner(X,Y,C,W,WLearner,Y_predict) % Train weak classifiers for every feature and select the one that % performs best i.e. correspondent ot the best feature to use for
www.eeworm.com/read/139298/5803177

java perturbation_subspace.java

package fasbir.ensemblers; import weka.classifiers.*; import weka.core.*; import java.util.Random; import weka.filters.unsupervised.attribute.*; import weka.filters.Filter; /** * Descri
www.eeworm.com/read/321605/6278455

java bayesiannaive.java

/* Bao Jie 2002-04-02 Iowa State University */ package weka.classifiers; import java.io.*; import java.util.*; import weka.core.*; public class BayesianNaive extends Classifier {// for
www.eeworm.com/read/342008/12047317

m majorc.m

%MAJORC Majority combining classifier % % W = majorc(V) % W = v*majorc % % If V = [V1,V2,V3,...] is a stacked set of classifiers trained for % the same classes and W is the majority combiner: it se
www.eeworm.com/read/131774/14130060

java bayesiannaive.java

/* Bao Jie 2002-04-02 Iowa State University */ package weka.classifiers; import java.io.*; import java.util.*; import weka.core.*; public class BayesianNaive extends Classifier {// for
www.eeworm.com/read/202075/5056200

java multilayerperceptronoperatorresult.java

package eti.bi.alphaminer.patch.standard.operation.result; import java.util.ArrayList; import javax.swing.JTable; import javax.swing.table.TableColumnModel; import weka.classifiers.Classifier;
www.eeworm.com/read/357991/3009661

java multilayerperceptronoperatorresult.java

package eti.bi.alphaminer.patch.standard.operation.result; import java.util.ArrayList; import javax.swing.JTable; import javax.swing.table.TableColumnModel; import weka.classifiers.Classifier;