代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/362008/10023768
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/165865/10048312
class svm_predict.class
www.eeworm.com/read/165865/10048378
java svm_predict.java
package svm;
import java.io.*;
import java.util.*;
public class svm_predict {
public static double atof(String s)
{
return Double.valueOf(s).doubleValue();
}
public static int atoi(String s)
www.eeworm.com/read/164912/10082294
asm lms_predict.asm
;******************************************************************************
;* TMS320C6x ANSI C Codegen Version 4.00 *
;* Date/Time created: Sun Nov 26 17:30
www.eeworm.com/read/164912/10082299
out lms_predict.out
www.eeworm.com/read/164912/10082300
h lms_predict.h
void mcbsp0_init(void);
int mcbsp0_read(void);
void mcbsp0_write(int out_data);
interrupt void mcbsp0_rx_intr(void);
void init_adpf(void);
float adpf(float x, float d);
void init_d
www.eeworm.com/read/164912/10082302
obj lms_predict.obj
www.eeworm.com/read/164912/10082303
c lms_predict.c
// lms predictor
// (sinusoidal noise canceller)
#include
#include
#include "c6711dsk.h"
#include "lms_predict.h"
// MU : step size prameter
// ADPFLEN : LMS a
www.eeworm.com/read/164912/10082305
mak lms_predict.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/164422/10108748
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|X(: