代码搜索:predicting
找到约 55 项符合「predicting」的源代码
代码结果 55
www.eeworm.com/read/338107/12323988
txt output.txt
*** mySVM version 2.1.4 ***
Reading E:\research\人脸识别研究\人脸检测与识别相关文献\支持向量机\mySVM\validation.txt
read 10 examples, format xya, dimension = 2.
read 5 examples, format xy, dimension = 2.
--------
www.eeworm.com/read/230049/14307185
java prediction.java
//: c11:Prediction.java
// Predicting the weather with groundhogs.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public c
www.eeworm.com/read/207767/15262514
txt output.txt
*** mySVM version 2.1.4 ***
Reading E:\research\人脸识别研究\人脸检测与识别相关文献\支持向量机\mySVM\validation.txt
read 10 examples, format xya, dimension = 2.
read 5 examples, format xy, dimension = 2.
--------
www.eeworm.com/read/403340/11518816
pdf 17. predicting defects using network analysis on dependency graphs.pdf
www.eeworm.com/read/212779/15149749
m calcul de concentration de carbone.m
clear all
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Calcul de concentration de carbone
% d'apres l'article "Predicting IGSCC/IGA susceptibility of Ni-Cr-Fe al
www.eeworm.com/read/359005/10172033
m gasdemo.m
%% Car mileage prediction with ANFIS
% This slide show addresses the use of ANFIS function in the Fuzzy Logic
% Toolbox for predicting the MPG (miles per gallon) of a given automobile.
%
% Copyrig
www.eeworm.com/read/137213/13339973
m confusion_matrix.m
function CM = Confusion_matrix(train_predicts, train_targets)
% solve the confusion matrix of classifiers
% Inputs:
% predicts - the predicting class by single classifiers
% targets
www.eeworm.com/read/137213/13339972
m combining_nb.m
function [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM)
% combining method -- Naive bayes
%
% Inputs:
% DP - predicting class by single classifiers
% test_ta
www.eeworm.com/read/346296/11755637
m logisticexample.m
% This little script demonstrates the use the primal-dual interior-point
% solver to compute a logistic regression model for predicting the binary
% {0,1} outputs of a input vectors. It computes the s
www.eeworm.com/read/240204/4578063
java semanticpredicateevent.java
package antlr_oaa.debug;
public class SemanticPredicateEvent extends GuessingEvent {
public static final int VALIDATING=0;
public static final int PREDICTING=1;
private int condition;
priva