代码搜索:learner

找到约 833 项符合「learner」的源代码

代码结果 833
www.eeworm.com/read/312185/3675469

java setsplitterbuildertest.java

/* * Created on Feb 9, 2004 */ package jboost.learner; import junit.framework.TestCase; /** * @author cschavis */ public class SetSplitterBuilderTest extends TestCase { SetSplitterBuilder m_b
www.eeworm.com/read/312185/3675473

java summary.java

package jboost.learner; /** This class contains summary information * about simple base hypotheses. * It ought to be useful for spitting out * efficient code. * * @author Nigel Duffy */ p
www.eeworm.com/read/101486/15830656

txt 1.txt

How to Be a Successful Language Learner? "Learning a language is easy. Even a child can do it!" Most adults who are learning a second language would disagree with this statement. For them, learnin
www.eeworm.com/read/423635/10543380

m runbestthresholdfdp.m

%Runs the weak shared learner function [hm]=runBestThresholdFDP(Data, classifier) [Nfeat,NSamples]=size(Data); for i=1:classifier.NClass if ismember(i,classifier.positive) hm(i,:)=(
www.eeworm.com/read/407916/11408590

cpp haarfeatures.cpp

/* * This file is part of MultiBoost, a multi-class * AdaBoost learner/classifier * * Copyright (C) 2005-2006 Norman Casagrande * For informations write to nova77@gmail.com * * This library is free
www.eeworm.com/read/252978/12251988

java linear.java

package learner; import java.util.Arrays; public class Linear implements Classifier { public Data data; public double threshold; public double error; public int sign; Linear(
www.eeworm.com/read/252978/12251990

java distancemajority.java

package learner; public class DistanceMajority implements Classifier { int k; Data data; DistanceMajority(Data data, int k) { this.data = data; this.k = k; } public double tes
www.eeworm.com/read/312185/3675467

java predictor.java

package jboost; import jboost.booster.Prediction; import jboost.examples.Instance; import jboost.learner.IncompAttException; /** * An object that can classify Instances */ public in
www.eeworm.com/read/407916/11408571

cpp classifier.cpp

/* * This file is part of MultiBoost, a multi-class * AdaBoost learner/classifier * * Copyright (C) 2005-2006 Norman Casagrande * For informations write to nova77@gmail.com * * This library is free s
www.eeworm.com/read/407916/11408572

cpp adaboostmhlearner.cpp

/* * This file is part of MultiBoost, a multi-class * AdaBoost learner/classifier * * Copyright (C) 2005-2006 Norman Casagrande * For informations write to nova77@gmail.com * * This library is free s