代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/179693/5302455
java collectionclassifier2.java
// Working collection classifier - Page 130
import java.util.*;
public class CollectionClassifier2 {
public static String classify(Collection c) {
return (c instanceof Set ? "Set"
www.eeworm.com/read/175689/5343350
m~ rspoly2.m~
function red_model = redquadh(model)
% REDQUADH reduced SVM classifier with homogeneous quadratic kernel.
%
% Synopsis:
% red_model = redquadh(model)
%
% Description:
% It uses reduced set techique
www.eeworm.com/read/175689/5343369
m redquadh.m
function red_model = redquadh(model)
% REDQUADH reduced SVM classifier with homogeneous quadratic kernel.
%
% Synopsis:
% red_model = redquadh(model)
%
% Description:
% It uses reduced set techique
www.eeworm.com/read/175689/5343532
m~ rspoly2.m~
function red_model = redquadh(model)
% REDQUADH reduced SVM classifier with homogeneous quadratic kernel.
%
% Synopsis:
% red_model = redquadh(model)
%
% Description:
% It uses reduced set techique
www.eeworm.com/read/175689/5343562
m redquadh.m
function red_model = redquadh(model)
% REDQUADH reduced SVM classifier with homogeneous quadratic kernel.
%
% Synopsis:
% red_model = redquadh(model)
%
% Description:
% It uses reduced set techique
www.eeworm.com/read/175689/5343576
m linclass.m
function [y,dfce]=linclass( X, model)
% LINCLASS Linear classifier.
%
% Synopsis:
% [y,dfce] = linclass( X, model)
%
% Description:
% This function classifies input data X using linear
% discrimina
www.eeworm.com/read/175689/5343586
asv linclass.asv
function [y,dfce]=linclass( X, model)
% LINCLASS Linear classifier.
%
% Synopsis:
% [y,dfce] = linclass( X, model)
%
% Description:
% This function classifies input data X using linear
% discrimina
www.eeworm.com/read/350097/3135678
c cls_route.c
/*
* net/sched/cls_route.c ROUTE4 classifier.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by
www.eeworm.com/read/350097/3135681
c cls_fw.c
/*
* net/sched/cls_fw.c Classifier mapping ipchains' fwmark to traffic class.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Pub
www.eeworm.com/read/350097/3135690
c cls_api.c
/*
* net/sched/cls_api.c Packet classifier API.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published b