case class SemiNormalizedLon(precision: Long) extends SemiNormalizedDimension with Product with Serializable
- Annotations
- @deprecated
- Deprecated
use NormalizedLon instead
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SemiNormalizedLon
- Serializable
- Serializable
- Product
- Equals
- SemiNormalizedDimension
- NormalizedDimension
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SemiNormalizedLon(precision: Long)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
max: Double
Max value considered for normalizing
Max value considered for normalizing
- Definition Classes
- 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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
normalize(x: Double): Int
Normalize the value
Normalize the value
- x
[min, max]
- returns
[0, maxIndex]
- Definition Classes
- SemiNormalizedDimension → NormalizedDimension
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val precision: Long
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated