码迷,mamicode.com
首页 >  
搜索关键字:confusion matrix    ( 4333个结果
Householder Reduction Matlab Version
function [T, P] = householder(A) % Formations: RA = T, where A is original matrix % The implementation of Householder Reduction % R is constructed as a product of elementary reflector % T is upper tri...
分类:其他好文   时间:2014-11-30 23:18:18    阅读次数:221
LeetCode[Array]: Set Matrix Zeroes
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. Follow up: Did you use extra space? A straight forward solution using O(mn) space is probably a bad ide...
分类:其他好文   时间:2014-11-30 17:00:32    阅读次数:223
LeetCode[Array]: Search a 2D Matrix
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted from left to right. The first integer of each row...
分类:其他好文   时间:2014-11-30 16:56:56    阅读次数:120
A.Kaw矩阵代数初步学习笔记:2. Vectors
“矩阵代数初步”(Introduction to MATRIX ALGEBRA)课程由Prof. A.K.Kaw(University of South Florida)设计并讲授。PDF格式学习笔记下载(Academia.edu)第2章课程讲义下载(PDF)Summary VectorA vect...
分类:其他好文   时间:2014-11-30 06:23:19    阅读次数:269
【Leetcode】Search a 2D Matrix in JAVA
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted from left to right.The first integer of each...
分类:编程语言   时间:2014-11-29 17:41:48    阅读次数:176
Maximal Rectangle
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.参考:http://xpentium.blog.163.com/b...
分类:其他好文   时间:2014-11-29 17:32:47    阅读次数:168
A.Kaw矩阵代数初步 学习笔记: 1. Introduction
“矩阵代数初步”(Introduction to MATRIX ALGEBRA)课程由Prof. A.K.Kaw(University of South Florida)设计并讲授。第1章课程讲义下载(PDF)SummaryMatrix A matrix is a rectangular array...
分类:其他好文   时间:2014-11-28 22:34:19    阅读次数:269
[LeetCode] Rotate Image
You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?Hide TagsArray 一题严....
分类:其他好文   时间:2014-11-28 16:00:34    阅读次数:128
OpenCV Tutorials —— Transformations
ExplanationCreate a visualization window.Get camera pose from camera position, camera focal point and y direction.Obtain transform matrix knowing the ...
分类:其他好文   时间:2014-11-28 15:53:14    阅读次数:217
【leetcode】 Search a 2D Matrix (easy)
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2014-11-28 15:48:59    阅读次数:141
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!