brainbytes42

Results 20 issues of brainbytes42

Hi again, a second issue I ran into is related to the [userguide](https://jtablesaw.github.io/tablesaw/userguide/reducing#grouping-on-calculated-columns): The example for _Grouping on calculated columns_ regarding binning doesn't compile in v0.37.3 and apart from that...

documentation

Maybe I'm missing something - but is it possible tu use MeanShift-Clustering with a given (fixed) bandwidth? As far as I follow the implementation, even if I provide the KDE...

First of all, thanks for GRAL, nice work. I'm aiming for an application, where one can click on data-points and where a point gets rendered as part of a graph...

I have a List of Lists and for that I wanted to check the contents. Therefore, I nested Matchers.empty() and Matchers.contains() inside Matchers.contains() - but the test failed, saying that...

bug

Hi there, Do you have any plans to migrate to the current Version 3 of RxJava? Their [Readme](https://github.com/ReactiveX/RxJava) says: "The [2.x version](https://github.com/ReactiveX/RxJava/tree/2.x) is end-of-life as of **February 28, 2021**. No...

Hi there, I was iterating a table to create Objects from the rows and ran into an issue with missing values: ``` table.stream().forEach(row -> { long aLong = row.getLong("myLongColumnWithMissingValues"); //...

Hi, great project, thanks! Maybe I'm missing something, but is there any (easy) way to reduce the marker's opacity in a scatter plot? there is a box for size, but...

Hi, are there any plans to support java records as ObjectConverter-targets? As they don't have an empty constructor, currently this seems not possible?

enhancement :arrow_up:
core :gear:

Hi, I am trying to read my (TOML-)ConfigFile into an POJO using the ObjectConverter. I have several Durations, for example, and other custom objects. Using the `@Conversion`-Annotation, I'm able to...

enhancement :arrow_up:
core :gear:

hi again, is there any (simple) way to create a deep copy of a configuration? Then one could compare the original and copied version, if one was changed later on?...

enhancement :arrow_up:
core/config :gear: