代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/415313/11076981
m svm_classify.m
function status = svm_classify(options, data, model, predictions)
% SVM_CLASSIFY - Interface to SVM light, classification module
%
% STATUS = SVM_CLASSIFY(OPTIONS, DATA, MODEL, PREDICTIONS)
% C
www.eeworm.com/read/415311/11077098
m start_classify.m
function [D, test_err, train_err] = start_classify(features, targets, error_method, redraws, percent, Preprocessing_algorithm, PreprocessingParameters, Classification_algorithm, AlgorithmParameters, r
www.eeworm.com/read/413912/11137443
exe test_classify.exe
www.eeworm.com/read/413912/11137616
m svm_classify.m
function status = svm_classify(options, data, model, predictions)
% SVM_CLASSIFY - Interface to SVM light, classification module
%
% STATUS = SVM_CLASSIFY(OPTIONS, DATA, MODEL, PREDICTIONS)
% C
www.eeworm.com/read/413912/11137728
exe svm_classify.exe
www.eeworm.com/read/249774/12475138
1 svm_classify.1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
.TH SVM_CLASSIFY "1" "August 2002" "svm_classify of 0.09" TinySVM
.SH NAME
svm_classify \- manual page for svm_classify of 0.09
.SH SYN
www.eeworm.com/read/249774/12475162
html svm_classify.html
Content-type: text/html
Manpage of SVM_CLASSIFY
SVM_CLASSIFY
Section: TinySVM (1)Updated: August 2002Index
www.eeworm.com/read/249774/12475170
html svm_classify.html
Content-type: text/html
Manpage of SVM_CLASSIFY
SVM_CLASSIFY
Section: TinySVM (1)Updated: August 2002Index
www.eeworm.com/read/249774/12475219
cpp svm_classify.cpp
/*
TinySVM -- Yet Another Tiny SVM Package
$Id: svm_classify.cpp,v 1.4 2002/08/20 06:31:17 taku-ku Exp $;
Copyright (C) 2001-2002 Taku Kudo
All rights reserved.
T
www.eeworm.com/read/249774/12475372
pl svm_classify.pl
#!/usr/bin/perl
#
# svm_classify.pl - svm_classify implementation using perl module
#
# $Id: svm_classify.pl,v 1.5 2001/08/29 15:00:15 taku-ku Exp $;
use TinySVM;
use Getopt::Std;
getopts("v");
my