Questions tagged [baseline]
243 questions
0
votes
4 answers
Vertically align text of same-height blocks along a shared baseline (supporting mixed font size)
I have a single-line/row navigation/menu where some items have bigger font size but I want all items' text to be aligned with harmony, along the base line.
I also need the items to react to hover on the full height of the menu so user don't have to…

CDuv
- 2,098
- 3
- 22
- 28
0
votes
1 answer
How does Apache felix baseline plugin calculate required version change?
I added a single method definition in a interface and I am getting a baseline error with a suggestion asking me for a major version change. I want to ask how does it calculate whether a major or minor change is required? adding one line method…

Praveen Kumar
- 222
- 3
- 6
0
votes
0 answers
Creating a baseline variable for regression
I have a sample longitudinal dataset with the columns: PATIENTID (IDs of patients), VISITNUMBER (their number of visits to the hospital), TIME (time in years since first visit), AGE (their age at each visit), SEX (0 = male, 1 = female), HEALTH…

Zoya Qaiyum
- 19
- 5
0
votes
0 answers
How to deal with negative and positive variables in a log transformation
I am creating a baseline.
This baseline is composed by some variables.
Some of these variables are positive, whilst others present positive and negative values.
Here the problem: I need to do a log transformation of these variables for another…

VIX
- 5
- 3
0
votes
1 answer
Can the baseline between two cameras be determined from an uncalibrated rectified image pair?
Currently, I am working at a short project about stereo-vision.
I'm trying to create depth maps of a scenery. For this, I use my phone from to view points and use the following code/workflow provided by Matlab :…

raymond
- 1
- 1
0
votes
1 answer
Run liquibase under Tomcat?
How would one start a liquibase schema db check aginst a base line under Tomcat on a schedule? Like how to deploy liquibase under Tomcat?

StealthRT
- 10,108
- 40
- 183
- 342
0
votes
1 answer
Align UIImageView with UILabel at bottom baseline
I want to align the content of the UILabel with the UIImageView at the bottom level BUT, I want this:
NOT this:

aguilarpgc
- 1,181
- 12
- 24
0
votes
1 answer
How to create a baseline forecast with sales data that includes (non-promotional and promotional) sales?
I have a df with a sales column and another column (Base/Promo) coding 1 or 0. I'd like to create a baseline forecast.
So I have to exclude/ignore the promotional sales.
By doing this there will be multiple gaps in my time-series...
Is there a…

Wessel Vullinghs
- 13
- 2
0
votes
3 answers
Align the bottom of a child element with the parent's baseline
I would like to vertically align a child element in a flex box (or text box) so that its bottom coincides with the baseline of its siblings.
This happens by default for images:
MDN
Element:
has no baseline, so when images are used in an…

cipak
- 1,414
- 1
- 14
- 20
0
votes
0 answers
Textview text baseline like end align
I have a clickable textview with padding and ripple effect on it in a constraint layout. How can i align the textview's text right hand side with the content of the constraint? Currently, because of the padding (used for the ripple effect), the text…

Alex
- 191
- 1
- 10
0
votes
1 answer
Using Sql Baseline for Sql Statement
Im creating a Sql Baseline for a particular Sql Statement, I do know Sql Profile works for a particular Sql_Id is it the same way for Sql Baseline
In other words if Sql_id changed for sql statement on every execution will the Sql Baseline help to…

Josiah O
- 1
0
votes
0 answers
Trilateration x-component is less than half the actual position
I'm using an array of ultrasonic receivers to estimate the location of an object, but the total length of the array is about 1 meter (all of them are on the same line).
By using the distance obtained, I tried using trilateration to see if I could…
0
votes
1 answer
Can we move the baseLine in bar charts like we do in bipolar area chart?
In bipolar area chart we can shift the baseline by a few units so that we can have a comparison of the data from the baseline value.
For eg. The base line or the start of the interval is from 0 normally.I want to have my chart starting from 40…

Suyash
- 61
- 3
0
votes
1 answer
How does exploration work in OpenAI Baselines?
I'm starting to play around with https://github.com/openai/baselines/, specifically the deepq algorithm. I wanted to do my own analysis of the parameters passed into the deepq.learn method.
The method has two parameters related to exploration -…

pestopasta
- 100
- 1
- 1
- 6
0
votes
0 answers
How to form a baseline, subtract the baseline from the original plot and repeat the baseline subtraction across 160 data frames?
Although other threads have talked about finding the baseline and subtracting it from their data, these threads only did it over one graph and used some sort of fitting. My application is similar, but different and their code did not work for mine.…

Brandon Tran
- 1
- 3