-
In the documentation, lack of an MDS implementation for this type of data is mentioned. By "MDS", are you referring to metric MDS specifically (which assume the input matrix is a distance matrix that…
-
Possibly caused by @jrieken changes as it uses the same type of code lens
I opened the merge editor and the code lenses were rendered twice or at the wrong location after scrolling.
-
**dc 2.0.0-beta.27**: when setting custom ordinalColors, the return values of the colorAccessor are interpreted not as the index inside the ordinalColor array which leads to wrong colors of points/leg…
-
From Ordiflow (https://ordiflow.com/)
>One important feedback is, it would be great if you provide an API to search ordinals based on text/namespace (Eg: example.sats, 0.bitmap, example.x, example.…
-
Fetching 267 files: 100%
267/267 [00:00
-
It would be great too display the series ordinal and series title.
For example, when modifying an edition, when you want to add a work, only the title is displayed (perhaps it is also the unique se…
-
## Environment
**Liquibase Version**: 4.9.1
**Liquibase Integration & Version**: liquibase-maven-plugin 4.9.1
**Liquibase Extension(s) & Version**:
org.codehaus.mojo sql-maven-plugin 1.5…
-
I will merge OrderedModel with core functionality in PR #7035
R package `ordinal` has a good article, based on very brief skimming
https://cran.r-project.org/web/packages/ordinal/vignettes/clm_ar…
-
The following search request:
`http://localhost:8000/Patient?birthdate=eq2021-10-01`
generates the following SQL:
```
SELECT t0.RES_ID
FROM HFJ_SPIDX_DATE t0
WHERE (((t0.HASH_IDENTITY = …
-
Hi,
OrdinalDomain only takes Ints as min and max values, but this does not work in the case where ordinal values may be Floats. For example, having ordinal values [0.0, 0.1, 0.2, 0.3] will result in …