Community Profile

photo

Jan Motl


Last seen: 7 months ago Active since 2013

Statistics

All
  • Explorer
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Solver

View badges

Content Feed

View by

Submitted


LDL matrix factorization
Decomposition of a matrix into lower triangular matrix L and diagonal matrix D

4 years ago | 5 downloads |

Submitted


Stratified cross-validation for multi-label data sets
Greedily assign samples into folds based on their labels

4 years ago | 1 download |

Thumbnail

Submitted


Squared Euclidean distance on heterogeneous data
Element-by-element distance between two tables with a mix of nominal and numerical variables

4 years ago | 1 download |

Thumbnail

Submitted


Distribution-balanced stratified cross-validation
An improvement to stratified cross-validation for small imbalanced data sets.

4 years ago | 5 downloads |

Thumbnail

Submitted


Stratified matrix sampling
Random matrix sampling, which is stratified by rows and columns

4 years ago | 2 downloads |

Submitted


Sequential sign test
A non-parametric test, which terminates, once the results become significant

5 years ago | 1 download |

Thumbnail

Submitted


Cholesky decomposition
In place matrix factorization

5 years ago | 1 download |

Thumbnail

Submitted


Laplacian Corrected Modified Naive Bayes
Fast linear classifier for nominal data

5 years ago | 1 download |

Thumbnail

Submitted


Average Filter
Average filter performs image smoothing with integral image method.

6 years ago | 1 download |

Thumbnail

Submitted


Magic kernel resizing
The “magic kernel” is a method of resampling images that gives clear results free of artifacts.

6 years ago | 1 download |

Thumbnail

Submitted


Sobel filter of predefined size
The function returns Sobel filter of predefined size.

6 years ago | 1 download |

Thumbnail

Submitted


Normalized Discounted Cumulative Gain (NDCG)
Returns the Normalized Discounted Cumulative Gain

6 years ago | 1 download |

Thumbnail

Submitted


Network Meta-Analysis
Performs a network meta-analysis

8 years ago | 1 download |

Thumbnail

Submitted


Get all topological sorting arangements
Generates all topological sorting arangements

8 years ago | 1 download |

Thumbnail

Submitted


Topological sort
Performs topological sort of a directed graph

8 years ago | 1 download |

Thumbnail

Submitted


Bradley local image thresholding
A fast an well performing local image thresholding method.

9 years ago | 4 downloads |

Thumbnail

Submitted


Rotate an image around a point
Performs rotation of an image around any point inside of the image.

9 years ago | 16 downloads |

Thumbnail

Submitted


Bernsen local image thresholding
Implementation of Bernsen's thresholding method.

9 years ago | 3 downloads |

Thumbnail

Submitted


Remove ghosts from binarized images
This method removes speckles in the binarized images.

10 years ago | 1 download |

Thumbnail

Submitted


Nick local image thresholding
Nick's binarization performs local image thresholding.

11 years ago | 1 download |

Thumbnail

Submitted


Wolf local image thresholding
Wolf's binarization performs local image thresholding.

11 years ago | 3 downloads |

Thumbnail

Submitted


Meanthresh local image thresholding
Meanthresh performs a simple local image thresholding.

11 years ago | 2 downloads |

Thumbnail

Submitted


Feng local image thresholding
Feng binarization method is well suited for ill illuminated or stained documents.

11 years ago | 1 download |

Thumbnail

Submitted


Standard deviation filter
Standard deviation filter for images based on integral images.

11 years ago | 2 downloads |

Thumbnail

Submitted


Niblack local thresholding
A traditional local image thresholding.

11 years ago | 5 downloads |

Thumbnail

Submitted


Sauvola local image thresholding
Sauvola binarization method is well suited for ill illuminated or stained documents.

11 years ago | 11 downloads |

Thumbnail

Submitted


Straighten image
The function finds the document orientation.

11 years ago | 1 download |

Thumbnail

Solved


Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...

11 years ago

Solved


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]

11 years ago

Solved


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.

11 years ago

Load more