码迷,mamicode.com
首页 >  
搜索关键字:confusion matrix    ( 4333个结果
LeetCode:Spiral Matrix - 螺旋输出矩阵中的元素
1、题目名称 Spiral Matrix(螺旋输出矩阵中的元素) 2、题目地址 https://leetcode.com/problems/spiral-matrix/ 3、题目内容 英文:Given a matrix of m x n elements (m rows, n columns), return all elemen...
分类:其他好文   时间:2015-11-02 23:14:43    阅读次数:346
Android Matrix类以及ColorMatri
引自:http://www.chinabaike.com/t/37396/2014/0624/2556217.htmlAndroid Matrix类以及ColorMatrix类详解最近在系统学习了android的图像处理(在网上搜集了一些资料并自己编写了测试程序,做了整理),现在这里做一总结:一、C...
分类:移动开发   时间:2015-11-02 15:20:09    阅读次数:393
二维坐标旋转
DescriptionInna and Dima decided to surprise Sereja. They brought a really huge candy matrix, it's big even for Sereja! Let's number the rows of the g...
分类:其他好文   时间:2015-11-01 16:38:04    阅读次数:179
matrix calculator
2.1 Matrix derivative//这一节上的已经凌乱了……一点一点整理吧 首先,明确几个概念。 方向导数&梯度(滚混去看高数吧书上都有你上学期到底学了些屎) 定义就不说了,通俗的来说,方向导数是给定一个角度(或者一个单位向量e 表示为(cos a,cos b)a+b=pi/2)...
分类:其他好文   时间:2015-11-01 01:38:27    阅读次数:252
SVMtoy
SVMtoy[label_matrix, instance_matrix] = libsvmread('ex8b.txt');options = '';% contour_level = [-1 0 1];contour_level = [-0.2 0.2 1 2];% function svm.....
分类:其他好文   时间:2015-10-31 17:01:00    阅读次数:220
LeetCode OJ:Spiral Matrix(螺旋矩阵)
Given a matrix ofmxnelements (mrows,ncolumns), return all elements of the matrix in spiral order.For example,Given the following matrix:[ [ 1, 2, 3 ],...
分类:其他好文   时间:2015-10-31 00:22:05    阅读次数:174
【LeetCode从零单刷】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 intege...
分类:其他好文   时间:2015-10-30 12:41:27    阅读次数:205
[LintCode] Search a 2D Matrix
Search a 2D MatrixWrite an efficient algorithm that searches for a value in anmxnmatrix.This matrix has the following properties:Integers in each row ...
分类:其他好文   时间:2015-10-30 08:10:34    阅读次数:230
zabbix监控端口状态
目的:监控web主机80端口是否在供提服务。如果不在发出报警。配置:1、添加监控项(Items)。打开zabbixweb管理界面:选择"Configuration"->"Items"->"CreateItem"只要填写"description"和"key"两个字段就可以了。在这里"description"为"web01.matrix80",设置"key"点击"Se..
分类:其他好文   时间:2015-10-28 07:16:11    阅读次数:794
matlab学习笔记
MatLab(Matrix Laboratory),一种以矩阵计算为基础的交互式程序语言,专门针对科学,工程计算以及绘图的需求。函数众多。常用命令Esc恢复命令输入的空白状态上下键:调出上一行下一行命令exit/quit退出并关闭Matlabfigure/figure(2)logo显示MatLab的...
分类:其他好文   时间:2015-10-27 01:43:53    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!