代码搜索:linear

找到约 10,000 项符合「linear」的源代码

代码结果 10,000
www.eeworm.com/read/12574/244401

lib d_linear.lib

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/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) { //