代码搜索:classifiers
找到约 2,305 项符合「classifiers」的源代码
代码结果 2,305
www.eeworm.com/read/314653/13562687
m logdens.m
%LOGDENS Force density based classifiers to use log-densities
%
% V = LOGDENS(W)
% V = W*LOGDENS
%
% INPUT
% W Density based trained classifier
%
% OUTPUT
% V Log-density based tr
www.eeworm.com/read/314653/13562754
m prex_plotc.m
%PREX_PLOTC PRTools example on the dataset scatter and classifier plot
help prex_plotc
echo on
% Generate Higleyman data
A = gendath([100 100]);
% Split the data into the
www.eeworm.com/read/128684/5980303
m osusvmdemo.m
% ------- OSU SVM CLASSIFIER TOOLBOX Demonstrations---
%
% 1) Demonstrations of using C-SVM Classifers.
% 2) Demonstrations of using u-SVM Classifiers
% 3) Demonstration
www.eeworm.com/read/103451/6215610
h classifier.h
//-------------------------------------------------------------------
// Author........:
// Date..........:
// Description...:
// Revisions.....:
//===============================================
www.eeworm.com/read/321605/6278448
java evalbayesian.java
import weka.classifiers.*;
import java.io.*;
import java.util.*;
import weka.classifiers.BayesianNaive;
import weka.classifiers.BayesianNetOrder;
import weka.classifiers.BayesianNetFixed;
impo