代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/193975/5137874
java hashmaptermvectorstorage.java
package net.sf.classifier4J.vector;
import java.util.HashMap;
import java.util.Map;
public class HashMapTermVectorStorage implements TermVectorStorage {
private Map storage = new HashM
www.eeworm.com/read/179911/5300800
c cls_u32.c
/*
* net/sched/cls_u32.c Ugly (or Universal) 32bit key Packet Classifier.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
www.eeworm.com/read/175689/5343418
m mvsvmclass.m
function [y,votes] = mvsvmclass(X,model)
% MVSVMCLASS Majority voting multi-class SVM classifier.
%
% Synopsis:
% [y,votes] = mvsvmclass(X,model)
%
% Description:
% [y,votes] = mvsvmclass(X,model) m
www.eeworm.com/read/175689/5343512
m knnrule.m
function model=knnrule(data,K)
% KNNRULE Creates K-nearest neighbours classifier.
%
% Synopsis:
% model=knnrule(data)
% model=knnrule(data,K)
%
% Description:
% It creates model of the K-nearest ne
www.eeworm.com/read/175689/5343514
m knnclass.m
function y = knnclass(X,model)
% KNNCLASS k-Nearest Neighbours classifier.
%
% Synopsis:
% y = knnclass(X,model)
%
% Description:
% The input feature vectors X are classified using the K-NN
% rule
www.eeworm.com/read/350097/3135687
c cls_u32.c
/*
* net/sched/cls_u32.c Ugly (or Universal) 32bit key Packet Classifier.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
www.eeworm.com/read/332717/3394390
java hashmaptermvectorstorage.java
package net.sf.classifier4J.vector;
import java.util.HashMap;
import java.util.Map;
public class HashMapTermVectorStorage implements TermVectorStorage {
private Map storage = new HashM
www.eeworm.com/read/328782/3436086
h cardlist.h
// {{{RME classifier 'Logical View::CardDefinitions::CardList'
#ifndef CardList_H
#define CardList_H
#ifdef PRAGMA
#pragma interface "CardList.h"
#endif
#include
clas
www.eeworm.com/read/328782/3436110
cpp warmer.cpp
// {{{RME classifier 'Logical View::HWDrivers::Warmer'
#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )
#pragma implementation "rtg/Warmer.h"
#endif
#include
www.eeworm.com/read/328782/3436113
h cucontrol_frontpanel.h
// {{{RME classifier 'Logical View::ControlUnits::CUControl_FrontPanel'
#ifndef rtg_CUControl_FrontPanel_H
#define rtg_CUControl_FrontPanel_H
#ifdef PRAGMA
#pragma interface "rtg/CUControl_FrontPane