代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/429426/1949337
py owsvm.py
"""
SVM
Support Vector Machines learner/classifier.
icons/BasicSVM.png
Ales Erjavec (ales.erjavec(@at@)fri.uni-lj.si)
www.eeworm.com/read/429426/1949341
py ownaivebayes.py
"""
Naive Bayes
Naive Bayesian learner/classifier.
icons/NaiveBayes.png
Janez Demsar (janez.demsar(@at@)fri.uni-lj.si)
www.eeworm.com/read/413855/2157049
hh click-fastclassifier.hh
#ifndef CLICK_FASTCLASSIFIER_HH
#define CLICK_FASTCLASSIFIER_HH
#include
#include
class ElementClassT;
struct Classifier_Insn {
int yes;
int no;
int offset;
www.eeworm.com/read/396844/2406672
m knnfwd.m
function [y, l] = knnfwd(net, x)
%KNNFWD Forward propagation through a K-nearest-neighbour classifier.
%
% Description
% [Y, L] = KNNFWD(NET, X) takes a matrix X of input vectors (one vector
% per ro
www.eeworm.com/read/382446/2636750
java knnclassifiertest.java
package com.aliasi.test.unit.classify;
import com.aliasi.classify.KnnClassifier;
import com.aliasi.classify.Classification;
import com.aliasi.classify.Classifier;
import com.aliasi.classify.ScoredCla
www.eeworm.com/read/382446/2636756
java bernoulliclassifiertest.java
package com.aliasi.test.unit.classify;
import com.aliasi.classify.BernoulliClassifier;
import com.aliasi.classify.Classification;
import com.aliasi.classify.Classifier;
import com.aliasi.classify.Sco
www.eeworm.com/read/261925/4319217
py test_storage.py
# Test the basic storage operations of the classifier.
import unittest, os, sys
import tempfile
import cStringIO as StringIO
import sb_test_support
sb_test_support.fix_sys_path()
from spambayes.sto
www.eeworm.com/read/261925/4319284
py pop3graph.py
#!/usr/bin/env python
"""Analyse the pop3proxy's caches and produce a graph of how accurate
classifier has been over time. Only really meaningful if you started
with an empty database."""
from __fu
www.eeworm.com/read/261925/4319310
py sb_server.py
#!/usr/bin/env python
"""The primary server for SpamBayes.
Currently serves the web interface, and any configured POP3 and SMTP
proxies.
The POP3 proxy works with classifier.py, and adds a simple
X
www.eeworm.com/read/261925/4319359
py train.py
#! /usr/bin/env python
# Train a classifier from Outlook Mail folders
# Authors: Sean D. True, WebReply.Com, Mark Hammond
# October, 2002
# Copyright PSF, license under the PSF license
import sys
imp