代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/5773/71706
drw show_as_linear.drw
www.eeworm.com/read/9553/170185
ewstr transf_linear.ewstr
www.eeworm.com/read/12574/244401
lib d_linear.lib
www.eeworm.com/read/13546/277865
ewstr transf_linear.ewstr
www.eeworm.com/read/13627/279892
ewstr transf_linear.ewstr
www.eeworm.com/read/13697/280248
ewstr transf_linear.ewstr
www.eeworm.com/read/13871/284283
m linear_regression.m
function [muY, SigmaY, weightsY] = linear_regression(X, Y, varargin)
% LINEAR_REGRESSION Fit params for P(Y|X) = N(Y; W X + mu, Sigma)
%
% X(:, t) is the t'th input example
% Y(:, t) is the t't
www.eeworm.com/read/15944/598740
xml linear_layout.xml
www.eeworm.com/read/15944/598750
java linear_layout.java
package com.androidbook.simplelayout;
import android.os.Bundle;
public class linear_layout extends layout_menu_class {
@Override
protected void onCreate(Bundle savedInstanceState) {
//
www.eeworm.com/read/15944/598768