代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/328782/3436171
cpp cucontrol.cpp
// {{{RME classifier 'Logical View::ControlUnits::CUControl'
#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )
#pragma implementation "rtg/CUControl.h"
#endif
#include
www.eeworm.com/read/328782/3436178
cpp driversinterface.cpp
// {{{RME classifier 'Logical View::HWDrivers::DriversInterface'
#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )
#pragma implementation "rtg/DriversInterface.h"
#endif
#include
www.eeworm.com/read/328782/3436186
cpp cufrontpanel.cpp
// {{{RME classifier 'Logical View::ControlUnits::CUFrontPanel'
#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )
#pragma implementation "rtg/CUFrontPanel.h"
#endif
#include
www.eeworm.com/read/328782/3436189
cpp indicatorlight.cpp
// {{{RME classifier 'Logical View::HWDrivers::IndicatorLight'
#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )
#pragma implementation "rtg/IndicatorLight.h"
#endif
#include
www.eeworm.com/read/328782/3436197
cpp testresults.cpp
// {{{RME classifier 'Logical View::TestHarnesses::TestResults'
#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )
#pragma implementation "rtg/TestResults.h"
#endif
#include
www.eeworm.com/read/429426/1948715
py accuracy2.py
# Description: Set a number of learners, for each build a classifier from the data and determine classification accuracy
# Category: evaluation
# Uses: voting.tab
# Referenced: c_perform
www.eeworm.com/read/429426/1948745
py nbdisc.py
# Description: Class that embeds naive Bayesian classifier, but when learning discretizes the data with entropy-based discretization (which uses training data only)
# Category: modelling
# Refere
www.eeworm.com/read/428780/1954173
m contents.m
% Visualization for pattern recognition.
%
% pandr - Visualizes solution of the Generalized Anderson's task.
% pboundary - Plots decision boundary of given classifier in 2D.
% pgauss
www.eeworm.com/read/428780/1954181
asv exp_psvm.asv
% PSVM Plots decision boundary of binary SVM classifier.
%
% Synopsis:
% h = psvm(...)
% psvm(model)
% psvm(model,options)
%
% Description:
% This function samples the Support Vector Machi
www.eeworm.com/read/428780/1954182
m exp_psvm.m
% PSVM Plots decision boundary of binary SVM classifier.
%
% Synopsis:
% h = psvm(...)
% psvm(model)
% psvm(model,options)
%
% Description:
% This function samples the Support Vector Machi