代码搜索:classifier

找到约 4,824 项符合「classifier」的源代码

代码结果 4,824
www.eeworm.com/read/328782/3436184

cpp nowaterinboiler_test.cpp

// {{{RME classifier 'Logical View::TestHarnesses::MarkI_Tests::Scenarios_MarkI::NoWaterInBoiler_Test' #if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED ) #pragma implementation "rtg/NoWaterInBo
www.eeworm.com/read/328782/3436187

cpp cucontrol_sprayer.cpp

// {{{RME classifier 'Logical View::ControlUnits::CUControl_Sprayer' #if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED ) #pragma implementation "rtg/CUControl_Sprayer.h" #endif #include
www.eeworm.com/read/328782/3436196

cpp warmnonemptypot_test.cpp

// {{{RME classifier 'Logical View::TestHarnesses::MarkI_Tests::Scenarios_MarkI::WarmNonEmptyPot_Test' #if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED ) #pragma implementation "rtg/WarmNonEmpt
www.eeworm.com/read/324319/3504181

m fishdemo.m

function []=fishdemo(action,hfigure,varargin) % FISHDEMO demo on algorithms which learn Fisher's classifer. % % FISHDEMO demonstrates use of algorithms finding the Fisher's % classifier. The task is
www.eeworm.com/read/316872/3606749

c cls_basic.c

/* * net/sched/cls_basic.c Basic Packet Classifier. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as publish
www.eeworm.com/read/299258/3854920

m fishdemo.m

function []=fishdemo(action,hfigure,varargin) % FISHDEMO demo on algorithms which learn Fisher's classifer. % % FISHDEMO demonstrates use of algorithms finding the Fisher's % classifier. The task is
www.eeworm.com/read/287985/4012996

m fishdemo.m

function []=fishdemo(action,hfigure,varargin) % FISHDEMO demo on algorithms which learn Fisher's classifer. % % FISHDEMO demonstrates use of algorithms finding the Fisher's % classifier. The task is
www.eeworm.com/read/449253/1678799

java discreteattributedelegate.java

/** * @(#)DiscreteAttributeDelegate.java 1.5.0 09/01/18 */ package ml.classifier.dt; import java.util.Arrays; import ml.dataset.DiscreteAttribute; /** * A delegate of a discrete a
www.eeworm.com/read/449253/1678800

java parameter.java

/** * @(#)Parameter.java 1.5.0 09/01/18 */ package ml.classifier.dt; /** * The default parameter setting in the implementation of C4.5 algorithm * * @author Ping He * @author
www.eeworm.com/read/449253/1678804

java gaincalculator.java

/** * @(#)GainCalculator.java 1.5.0 09/01/18 */ package ml.classifier.dt; /** * A calculator specifically used to compute Gain, GainRatio and Entropy criteria for different data distribution.