統計
ランク
N/A
of 296,468
評判
N/A
コントリビューション
0 質問
0 回答
回答採用率
0.00%
獲得投票数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
LDL matrix factorization
Decomposition of a matrix into lower triangular matrix L and diagonal matrix D
4年以上 前 | ダウンロード 1 件 |
送信済み
Stratified cross-validation for multi-label data sets
Greedily assign samples into folds based on their labels
約5年 前 | ダウンロード 1 件 |
送信済み
Squared Euclidean distance on heterogeneous data
Element-by-element distance between two tables with a mix of nominal and numerical variables
5年以上 前 | ダウンロード 1 件 |
送信済み
Distribution-balanced stratified cross-validation
An improvement to stratified cross-validation for small imbalanced data sets.
5年以上 前 | ダウンロード 1 件 |
送信済み
Stratified matrix sampling
Random matrix sampling, which is stratified by rows and columns
5年以上 前 | ダウンロード 1 件 |
送信済み
Sequential sign test
A non-parametric test, which terminates, once the results become significant
5年以上 前 | ダウンロード 1 件 |
送信済み
Laplacian Corrected Modified Naive Bayes
Fast linear classifier for nominal data
約6年 前 | ダウンロード 2 件 |
送信済み
Average Filter
Average filter performs image smoothing with integral image method.
6年以上 前 | ダウンロード 2 件 |
送信済み
Magic kernel resizing
The “magic kernel” is a method of resampling images that gives clear results free of artifacts.
7年弱 前 | ダウンロード 2 件 |
送信済み
Sobel filter of predefined size
The function returns Sobel filter of predefined size.
7年弱 前 | ダウンロード 1 件 |
送信済み
Normalized Discounted Cumulative Gain (NDCG)
Returns the Normalized Discounted Cumulative Gain
約7年 前 | ダウンロード 1 件 |
送信済み
Get all topological sorting arangements
Generates all topological sorting arangements
8年以上 前 | ダウンロード 1 件 |
送信済み
Bradley local image thresholding
A fast an well performing local image thresholding method.
10年弱 前 | ダウンロード 13 件 |
送信済み
Rotate an image around a point
Performs rotation of an image around any point inside of the image.
約10年 前 | ダウンロード 4 件 |
送信済み
Bernsen local image thresholding
Implementation of Bernsen's thresholding method.
約10年 前 | ダウンロード 2 件 |
送信済み
Remove ghosts from binarized images
This method removes speckles in the binarized images.
11年弱 前 | ダウンロード 1 件 |
送信済み
Nick local image thresholding
Nick's binarization performs local image thresholding.
11年以上 前 | ダウンロード 26 件 |
送信済み
Wolf local image thresholding
Wolf's binarization performs local image thresholding.
11年以上 前 | ダウンロード 3 件 |
送信済み
Meanthresh local image thresholding
Meanthresh performs a simple local image thresholding.
11年以上 前 | ダウンロード 3 件 |
送信済み
Feng local image thresholding
Feng binarization method is well suited for ill illuminated or stained documents.
11年以上 前 | ダウンロード 2 件 |
送信済み
Standard deviation filter
Standard deviation filter for images based on integral images.
11年以上 前 | ダウンロード 1 件 |
送信済み
Sauvola local image thresholding
Sauvola binarization method is well suited for ill illuminated or stained documents.
11年以上 前 | ダウンロード 14 件 |
解決済み
Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...
12年弱 前
解決済み
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
12年弱 前
解決済み
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
12年弱 前