case class SemiNormalizedTime(precision: Long, max: Double) extends SemiNormalizedDimension with Product with Serializable
- Annotations
- @deprecated
- Deprecated
use NormalizedTime instead
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SemiNormalizedTime
- Serializable
- Serializable
- Product
- Equals
- SemiNormalizedDimension
- NormalizedDimension
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SemiNormalizedTime(precision: Long, max: Double)
Value Members
-
def
denormalize(x: Int): Double
Denormalize the value in bin x
Denormalize the value in bin x
- x
[0, maxIndex]
- returns
[min, max]
- Definition Classes
- SemiNormalizedDimension → NormalizedDimension
-
val
max: Double
Max value considered for normalizing
Max value considered for normalizing
- Definition Classes
- SemiNormalizedTime → SemiNormalizedDimension → NormalizedDimension
-
val
maxIndex: Int
Max value to normalize to
Max value to normalize to
- Definition Classes
- SemiNormalizedDimension → NormalizedDimension
-
val
min: Double
Min value considered for normalization range
Min value considered for normalization range
- Definition Classes
- SemiNormalizedDimension → NormalizedDimension
-
def
normalize(x: Double): Int
Normalize the value
Normalize the value
- x
[min, max]
- returns
[0, maxIndex]
- Definition Classes
- SemiNormalizedDimension → NormalizedDimension
- val precision: Long