代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/409010/11361719
cpp svm-predict.cpp
#include
#include
#include
#include
#include "svm.h"
char* line;
int max_line_len = 100000;
struct svm_node *x;
int max_nr_attr = 64;
struct svm_model* mode
www.eeworm.com/read/407295/11422474
m kf_predict.m
%KF_PREDICT Perform Kalman Filter prediction step
%
% Syntax:
% [X,P] = KF_PREDICT(X,P,A,Q,B,U)
%
% In:
% X - Nx1 mean state estimate of previous step
% P - NxN state covariance of previ
www.eeworm.com/read/407295/11422544
m kf_predict.m
%KF_PREDICT Perform Kalman Filter prediction step
%
% Syntax:
% [X,P] = KF_PREDICT(X,P,A,Q,B,U)
%
% In:
% X - Nx1 mean state estimate of previous step
% P - NxN state covariance of previ
www.eeworm.com/read/405927/11455034
m predict_observations.m
%-------------------------------------------------------
function prediction = predict_observations (map)
%-------------------------------------------------------
global ground;
xr = map.x(1);
www.eeworm.com/read/405069/11472155
m predict_performance.m
function a = predict_performance(algorithm, algorithm_params, patterns, targets)
% Predict the final performance of an algorithm from the learning curves
% Inputs:
% algorithm - The a
www.eeworm.com/read/348006/11617884
c predict00.c
//*************************************************
//File name: predict.c
//Author: Anna
//Date:
//************************************************
#define DEC_MBC 45
#define DEC_MBR
www.eeworm.com/read/158037/11648225
m cwr_predict.m
function [mu, Sigma, weights, mask] = cwr_predict(cwr, X, mask_data)
% CWR_PREDICT cluster weighted regression: predict Y given X
% function [mu, Sigma] = cwr_predict(cwr, X)
%
% mu(:,t) = E[Y
www.eeworm.com/read/347286/11676607
c predict-c.c
/*****************************************************************************
* predict.c: h264 encoder
*****************************************************************************
* Copyright (C
www.eeworm.com/read/156752/11777622
c svm-predict.c
#include
#include
#include
#include
#include "svm.h"
char* line;
int max_line_len = 1024;
struct svm_node *x;
int max_nr_attr = 64;
struct svm_model* model;