代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/129915/14217659
m contents.m
% Classification GUI and toolbox
% Version 1.0
%
% GUI start commands
%
% classifier - Start the classification GUI
% enter_distributions - Starts the parameter input screen (used by classif
www.eeworm.com/read/128193/14311411
m display.m
function display(net)
% DISPLAY
%
% Display a textual representation of a support vector classifier object.
%
% display(net);
%
% File : @svc/display.m
%
% Date : Wednesd
www.eeworm.com/read/222301/14697740
m display.m
function display(net)
% DISPLAY
%
% Display a textual representation of a support vector classifier object.
%
% display(net);
%
% File : @svc/display.m
%
% Date : Wednesd
www.eeworm.com/read/13911/286737
m u_clademo.m
echo off
% CLADEMO demonstration for using a contructed SVM classifier to classify
% input patterns
%
echo on;
%
%
% NOTICE: please first run any of the first three demonstrations before
%
www.eeworm.com/read/13911/286747
m c_clademo.m
echo off
% CLADEMO demonstration for using a contructed SVM classifier to classify
% input patterns
echo on;
%
%
% NOTICE: please first run any of the first three demonstrations before
%
www.eeworm.com/read/13911/286879
m display.m
function display(net)
% DISPLAY
%
% Display a textual representation of a support vector classifier object.
%
% display(net);
%
% File : @svc/display.m
%
% Date : Wednesd
www.eeworm.com/read/457216/1599735
m svm_2.m
% Figure 8.11: Approximate linear discrimination via support vector classifier
% Section 8.6.1, Boyd & Vandenberghe "Convex Optimization"
% Original by Lieven Vandenberghe
% Adapted for CVX by Joelle
www.eeworm.com/read/245316/4504606
java memberlist.java
/*
* Java(TM) OLAP Interface
*/
package javax.olap.metadata;
public interface MemberList
extends org.omg.java.cwm.objectmodel.core.Classifier {
// ---------------------------------
www.eeworm.com/read/175689/5343521
m weaklearner.m
function model = weaklearner(data)
% WEAKLEARNER Produce classifier thresholding single feature.
%
% Synopsis:
% model = weaklearner(data)
%
% Description:
% This function produce a weak binary clas
www.eeworm.com/read/328782/3436096
cpp cardlist.cpp
// {{{RME classifier 'Logical View::CardDefinitions::CardList'
#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )
#pragma implementation "CardList.h"
#endif
#include