代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/137285/13334958
h rmdc_var_str.h
char afile[100] ; /* file with alist in it. */
int reada ; /* whether to use default name; 2 = user-defined. */
int noisy ; /* whether a noisy y vector is involved
www.eeworm.com/read/137285/13334979
dc_var6
# dc variables
#
# file to be read by commander.p
# each line is turned into a structure entry (str)
# a default-setting entry (def)
# a usage-printing entry (usg)
# and a command li
www.eeworm.com/read/137229/13338706
m mutate.m
function out=mutate(in,pmutate);
%
% Mutate the incoming chromasome
% with a probability of mutating
% each string of pmutate.
%
% This file takes only one member
% of the overall population.
www.eeworm.com/read/323180/13348043
1 consult.1
.EN
.TH C4.5 1
.SH NAME
.PP
consult \- classify items using a decision tree
.SH SYNOPSIS
.PP
.B consult
[ \fB-f\fR FNS ]
[ \fB-t\fR ]
.SH DESCRIPTION
.PP
.I Consult
reads a decision tree produced by c
www.eeworm.com/read/323180/13348049
1 consultr.1
.EN
.TH C4.5 1
.SH NAME
.PP
consultr \- classify items using a rule set
.SH SYNOPSIS
.PP
.B consultr
[ \fB-f\fR FNS ]
[ \fB-t\fR ]
.SH DESCRIPTION
.PP
.I Consultr
reads a rule set produced by c4.5rule
www.eeworm.com/read/322475/13379419
m mltest1.m
function [class,Distan]=MLtest1(Pt,Tt,Cen,cinv,ppri,mode)
% Usage: [class,conf]=MLtest1(Pt,Tt,Cen,cinv,ppri,mode)
% MLtest - Maximum Likelihood Classifier testing routing
% Pt: testing set feature
www.eeworm.com/read/317707/13499254
m probint3.m
% Probability of Intercept Simulation
% Using Three Windows
% ------------------------------------
clear;clc;clf;
% Input Window Parameters
s=[];
T1=6.13; % Emitter 1 Period in s
T
www.eeworm.com/read/309535/13669496
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
www.eeworm.com/read/305575/13765582
m conflimit.m
function[a]=conflimit(x,y,alpha,mu)
%CONFLIMIT Computes confidence limits for a probability density function.
%
% A=CONFLIMIT(X,FX,ALPHA) finds the distance A about the mean such
% that for the pd
www.eeworm.com/read/305575/13765608
m jsignal.m
%
%JSIGNAL Signal processing, wavelet and spectral analysis
%
%Multitaper analysis
% mspec - Multitaper power spectrum.
% mtrans - Multitaper "eigentransform" computation.
% msvd