代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/482538/1287064

cc ipclassifier.cc

/* * ipclassifier.{cc,hh} -- IP-packet classifier with tcpdumplike syntax * Eddie Kohler * * Copyright (c) 2000 Mazu Networks, Inc. * * Permission is hereby granted, free of charge, to any perso
www.eeworm.com/read/480930/1312638

c cls_rsvp.c

/* * net/sched/cls_rsvp.c Special RSVP packet classifier for IPv4. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License
www.eeworm.com/read/479151/1344113

c cls_rsvp.c

/* * net/sched/cls_rsvp.c Special RSVP packet classifier for IPv4. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License
www.eeworm.com/read/244005/4514249

c tc_filter.c

/* * tc_filter.c Interface to Linux rsvp/rsvp6 packet classifier. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License
www.eeworm.com/read/209559/4975054

c cls_rsvp.c

/* * net/sched/cls_rsvp.c Special RSVP packet classifier for IPv4. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License
www.eeworm.com/read/195013/5123528

c cls_rsvp.c

/* * net/sched/cls_rsvp.c Special RSVP packet classifier for IPv4. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License
www.eeworm.com/read/193975/5137877

java termvector.java

package net.sf.classifier4J.vector; import java.io.Serializable; public class TermVector implements Serializable { private final String terms[]; private final int values[];
www.eeworm.com/read/179911/5300788

c cls_rsvp.c

/* * net/sched/cls_rsvp.c Special RSVP packet classifier for IPv4. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License
www.eeworm.com/read/175689/5343421

m svmclass.m

function [y,dfce] = svmclass(X,model) % SVMCLASS Support Vector Machines Classifier. % % Synopsis: % [y,dfce] = svmclass( X, model ) % % Description: % [y,dfce] = svmclass( X, model ) classifies inp
www.eeworm.com/read/175689/5343472

m exp_perceptron.m

% binary linear classifier with Perceptron %addpath('f:/Matlab_EXP/stprtool'); figure('name','LinearFuction_perceptron'); clear;clc; data = genlsdata( 2, 50, 1); % generate training data model