-
Updated
Dec 6, 2019 - Java
data-preprocessing
Here are 9 public repositories matching this topic...
This service takes an image as input and outputs the same image, binarized. Zizag uses a window to estimate the average intensity around every pixel to determine whether that pixel is text (foreground) or background. Once this is done, the image is 'scanned' again with this window to make a background estimation, with which the text pixels will be.
-
Updated
Oct 9, 2024 - Java
Import data from Excel to MySQL
-
Updated
Dec 19, 2018 - Java
Java implementations of Selection Sort and Quick Sort algorithms. It sorts an array of integers first in descending order using Selection Sort, then applies Quick Sort to sort the previously sorted array in ascending order. The program then displays the input array along with both sorted arrays.
-
Updated
Jun 5, 2024 - Java
Filter algorithm for noise reduction in multiple-instance classification problems
-
Updated
Apr 26, 2019 - Java
Spark 💥 COVID-19 🦠 datasets distributed analysis. Uniroma2, SABD 2019/2020, Marco Balletti and Francesco Marino's first project.
-
Updated
Apr 21, 2023 - Java
Windows Desktop Application
-
Updated
Sep 12, 2022 - Java
This project includes tools for preprocessing corpus, building a language model, and detecting plagiarism using the resulting language patterns. The project also features a JavaFX interface for easy use.
-
Updated
Jan 15, 2023 - Java
Class imbalance correction algorithm for multiple-instance data
-
Updated
Apr 26, 2019 - Java
Improve this page
Add a description, image, and links to the data-preprocessing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-preprocessing topic, visit your repo's landing page and select "manage topics."