代码搜索:learner
找到约 833 项符合「learner」的源代码
代码结果 833
www.eeworm.com/read/312185/3675482
java splitterbuilderfamily.java
package jboost.learner;
import java.util.Vector;
import jboost.booster.Booster;
import jboost.controller.Configuration;
import jboost.examples.ExampleDescription;
/**
* Implements a meta-class for
www.eeworm.com/read/429426/1949339
py owclassificationtree.py
"""
Classification Tree
Classification tree learner/classifier.
icons/ClassificationTree.png
Janez Demsar (janez.demsar(@at@)fri.uni-l
www.eeworm.com/read/261703/4319699
v slowl.v
`timescale 100 ps/100 ps
/*
* predict the next entry in the input
* stream of results
*/
module slow_learner(rst,guess, result, clk);
output guess;
input rst,result, clk;
reg guess;
al
www.eeworm.com/read/441824/7664344
m weaklearn_ranking_function.m
function [o]=WeakLearn_ranking_function(X,i,theta,qdef)
% Implementation of the ranking function for the weak learner.
%
%% Input
% * X ... d x N matrix, each column is one input.
% * i... the be
www.eeworm.com/read/141279/5774190
cc walker.cc
#include "Walker.h"
#include "../TOOLS/BasicTricks.h"
#include "../TOOLS/MovementTricks.h"
#include "../TOOLS/HeadTricks.h"
#include "../Globals.h"
// Another walk learner.
Walker::Walker()
www.eeworm.com/read/106504/6192370
txt 14.txt
#"http://www.learner.org/redirect/ads/teacherslab.html"
Resource: The Mechanical Universe卆nd Beyond
www.eeworm.com/read/312185/3675456
java attributedescription.java
package jboost.examples;
import java.io.Serializable;
import java.util.List;
import jboost.NotSupportedException;
import jboost.controller.Configuration;
import jboost.learner.IncompAttException;
im
www.eeworm.com/read/312185/3675470
java stumpsplitterbuilderfamily.java
package jboost.learner;
import java.util.Vector;
import jboost.booster.Booster;
import jboost.controller.Configuration;
import jboost.examples.AttributeDescription;
import jboost.examples.DiscreteAtt
www.eeworm.com/read/312185/3675480
java setsplitter.java
package jboost.learner;
import java.util.Arrays;
import jboost.examples.Attribute;
import jboost.examples.AttributeDescription;
import jboost.examples.Instance;
import jboost.examples.SetAttribute;