代码搜索:Fitting
找到约 695 项符合「Fitting」的源代码
代码结果 695
www.eeworm.com/read/359185/6352558
m loglikelihood.m
function ll = loglikelihood(theta, features, h, center_point, cp_target)
% Used by the polynomial fitting algorithm
[c,r] = size(features);
features = center_point * ones(1,r) - features;
www.eeworm.com/read/493206/6398568
m loglikelihood.m
function ll = loglikelihood(theta, features, h, center_point, cp_target)
% Used by the polynomial fitting algorithm
[c,r] = size(features);
features = center_point * ones(1,r) - features;
www.eeworm.com/read/410924/11264996
m loglikelihood.m
function ll = loglikelihood(theta, features, h, center_point, cp_target)
% Used by the polynomial fitting algorithm
[c,r] = size(features);
features = center_point * ones(1,r) - features;
www.eeworm.com/read/406624/11438786
m oil.m
function oil(x,y)
%OIL Create plot of datasets and fits
% OIL(X,Y)
% Creates a plot, similar to the plot in the main curve fitting
% window, using the data that you provide as input. You can
www.eeworm.com/read/405069/11472262
m loglikelihood.m
function ll = loglikelihood(theta, patterns, h, center_point, cp_target)
% Used by the polynomial fitting algorithm
[c,r] = size(patterns);
patterns = center_point * ones(1,r) - patterns;
www.eeworm.com/read/131588/14136366
m loglikelihood.m
function ll = loglikelihood(theta, features, h, center_point, cp_target)
% Used by the polynomial fitting algorithm
[c,r] = size(features);
features = center_point * ones(1,r) - features;
www.eeworm.com/read/129915/14217757
m loglikelihood.m
function ll = loglikelihood(theta, features, h, center_point, cp_target)
% Used by the polynomial fitting algorithm
[c,r] = size(features);
features = center_point * ones(1,r) - features;
www.eeworm.com/read/227464/14424150
h activeshapetracker.h
// the actual shape fitting is done by an ActiveModel class using an EdgeDetector
#ifndef __ACTIVE_SHAPE_TRACKER_H__
#define __ACTIVE_SHAPE_TRACKER_H__
#include "BaseTracker.h"
#include "tracker_de
www.eeworm.com/read/456564/1605045
h activeshapetracker.h
// the actual shape fitting is done by an ActiveModel class using an EdgeDetector
#ifndef __ACTIVE_SHAPE_TRACKER_H__
#define __ACTIVE_SHAPE_TRACKER_H__
#include "BaseTracker.h"
#include "tracker_de
www.eeworm.com/read/216502/4890489
1 tee.1
.TH TEE 1
.SH NAME
tee \- pipe fitting
.SH SYNOPSIS
.B tee
[
.B \-i
] [
.B \-a
]
[ file ] ...
.SH DESCRIPTION
.I Tee
transcribes the standard input to the standard
output and makes copies in the
.I