代码搜索:learner
找到约 833 项符合「learner」的源代码
代码结果 833
www.eeworm.com/read/312185/3675479
java equalitysplitter.java
/** EqualitySplitter
* Splits the data based on testing a discrete attribute
* for equality with some value
*
* @author Nigel Duffy
*/
package jboost.learner;
import jboost.examples.Attribute;
www.eeworm.com/read/268397/4252663
java dataset.java
package dragon.ml.seqmodel.data;
/**
* The basic interface to be implemented by the user of this package for
* providing training and test data to the learner.
* @author Sunita Sarawagi
*/
www.eeworm.com/read/407916/11408595
cpp classmappings.cpp
/*
* This file is part of MultiBoost, a multi-class
* AdaBoost learner/classifier
*
* Copyright (C) 2005-2006 Norman Casagrande
*
* This library is free software; you can redistribute it and/or
* mod
www.eeworm.com/read/407916/11408603
h classmappings.h
/*
* This file is part of MultiBoost, a multi-class
* AdaBoost learner/classifier
*
* Copyright (C) 2005-2006 Norman Casagrande
*
* This library is free software; you can redistribute it and/or
* mod
www.eeworm.com/read/252978/12252014
java datastructure.java
package learner;
public class Datastructure implements Comparable {
public double data;
public double label;
public double weight;
Datastructure(double data, double label, double weig
www.eeworm.com/read/429426/1948662
py ensemble3.py
# Description: Defines a tree learner (trunks of depth less than 5) and uses them in forest tree, prints out the number of nodes in each tree
# Category: classification, ensembles
# Classes:
www.eeworm.com/read/429426/1948720
py bagging.py
# Description: An implementation of bagging (only bagging class is defined here)
# Category: modelling
# Referenced: c_bagging.htm
import orange, random
def Learner(examples=None, **kwds):
www.eeworm.com/read/407916/11408577
cpp adtreelearner.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
www.eeworm.com/read/407916/11408600
h haardata.h
/*
* 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
www.eeworm.com/read/347918/3162019
java learnerfactory.java
/*
* LearnerFactory.java
*
* Created on September 15, 2004, 3:43 PM
*/
package org.joone.engine;
/**
* Learner factories are used to provide the synapses and layers, through the
* monitor obje