代码搜索:Modelling
找到约 315 项符合「Modelling」的源代码
代码结果 315
www.eeworm.com/read/429426/1948696
py tree3.py
# Author: J Zabkar
# Version: 1.0
# Description: Grow classification tree with a self-defined stopping criteria
# Category: modelling
# Uses: iris.tab
# Referenced: orngTree.
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/429426/1948731
py tree.py
# Description: Learn decision tree from data and output class probabilities for first few instances
# Category: modelling
# Uses: voting.tab
# Classes: orngTree.TreeLearner
# Referen
www.eeworm.com/read/429426/1948740
py nbdisc_test.py
# Description: Test of naive bayesian classifier with entropy-based discretization (as defined in nbdisc.py)
# Category: modelling
# Uses: iris.tab
# Classes: orngTest.crossValidation
www.eeworm.com/read/429426/1948748
py handful.py
# Description: Read data, learn several models (bayes, kNN, decision tree) and for all models output class probabilities they return for first few instances
# Category: modelling
# Uses: v
www.eeworm.com/read/202933/15369498
readme
This is a trivial implementation of Condensation, designed for
tutorial purposes. Simulated data is generated modelling a particle
moving in one dimension under the action of a first-order
auto-regre
www.eeworm.com/read/113481/15455231
readme
This is a trivial implementation of Condensation, designed for
tutorial purposes. Simulated data is generated modelling a particle
moving in one dimension under the action of a first-order
auto-regre
www.eeworm.com/read/284617/8913203
c sph_surf.c
/**
* The source code for Marching Cubes is based on the source provided by Paul Bourke
* http://astronomy.swin.edu.au/~pbourke/modelling/polygonise/
*
* Copyright (c) Takashi AMADA All Righ
www.eeworm.com/read/491223/6437606
readme
This package contains the Matlab source code of paper Q. Zhang, A. Zhou, Y. Jin. 'Modelling the Regularity in an Estimation of Distribution Algorithm for Continuous Multiobjective Optimisation with Va
www.eeworm.com/read/467546/1500009
java rastermap.java
package jwo.jpss.spatial; // Part of the spatial modelling package.
import jwo.jpss.spatial.gui.*; // For GUI representation.
import javax.swing.JPanel;
// *****************************