class DoubleBinning extends Binning[Double]
- Alphabetic
- By Inheritance
- DoubleBinning
- Binning
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new DoubleBinning(length: Int, bounds: (Double, Double))
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
bounds(index: Int): (Double, Double)
Gets the min and max values that will go into a bin
Gets the min and max values that will go into a bin
- index
index into the array
- returns
bounds for the bin
- Definition Classes
- DoubleBinning → Binning
-
val
bounds: (Double, Double)
- Definition Classes
- Binning
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
directIndex(value: Long): Int
Maps a value that has already been transformed into a number to a bin index.
Maps a value that has already been transformed into a number to a bin index.
- value
value
- returns
bin index, or -1 if value is out of bounds
- Definition Classes
- DoubleBinning → Binning
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
indexOf(value: Double): Int
Maps a value to a bin index.
Maps a value to a bin index.
- value
value
- returns
bin index, or -1 if value is out of bounds
- Definition Classes
- DoubleBinning → Binning
-
def
isBelow(value: Double): Boolean
Indicates if the value is below the range of this array
Indicates if the value is below the range of this array
- value
value
- returns
true if below, false otherwise (implies above if indexOf == -1)
- Definition Classes
- DoubleBinning → Binning
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
length: Int
- Definition Classes
- Binning
-
def
medianValue(index: Int): Double
Gets a value corresponding to the midpoint of a bin.
Gets a value corresponding to the midpoint of a bin.
- index
index into the array
- returns
representative value for the bin
- Definition Classes
- DoubleBinning → Binning
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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