Class/Object

io.radanalytics.silex.util.VectorID

DenseVectorID

Related Docs: object DenseVectorID | package VectorID

Permalink

class DenseVectorID[ID] extends DenseVector

Linear Supertypes
DenseVector, Vector, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DenseVectorID
  2. DenseVector
  3. Vector
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DenseVectorID(data: Array[Double], id: ID)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(i: Int): Double

    Permalink
    Definition Classes
    DenseVector → Vector
    Annotations
    @Since( "1.0.0" )
  5. def argmax: Int

    Permalink
    Definition Classes
    DenseVector → Vector
    Annotations
    @Since( "1.5.0" )
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def asML: DenseVector

    Permalink
    Definition Classes
    DenseVector → Vector
    Annotations
    @Since( "2.0.0" )
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compressed: Vector

    Permalink
    Definition Classes
    Vector
    Annotations
    @Since( "1.4.0" )
  10. def copy: DenseVector

    Permalink
    Definition Classes
    DenseVector → Vector
    Annotations
    @Since( "1.1.0" )
  11. val data: Array[Double]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    DenseVector → Vector → AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def foreachActive(f: (Int, Double) ⇒ Unit): Unit

    Permalink
    Definition Classes
    DenseVector → Vector
    Annotations
    @Since( "1.6.0" )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    DenseVector → Vector → AnyRef → Any
  18. val id: ID

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def numActives: Int

    Permalink
    Definition Classes
    DenseVector → Vector
    Annotations
    @Since( "1.4.0" )
  24. def numNonzeros: Int

    Permalink
    Definition Classes
    DenseVector → Vector
    Annotations
    @Since( "1.4.0" )
  25. def size: Int

    Permalink
    Definition Classes
    DenseVector → Vector
    Annotations
    @Since( "1.0.0" )
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toArray: Array[Double]

    Permalink
    Definition Classes
    DenseVector → Vector
    Annotations
    @Since( "1.0.0" )
  28. def toDense: DenseVector

    Permalink
    Definition Classes
    Vector
    Annotations
    @Since( "1.4.0" )
  29. def toJson: String

    Permalink
    Definition Classes
    DenseVector → Vector
    Annotations
    @Since( "1.6.0" )
  30. def toSparse: SparseVector

    Permalink
    Definition Classes
    DenseVector → Vector
    Annotations
    @Since( "1.4.0" )
  31. def toString(): String

    Permalink
    Definition Classes
    DenseVector → AnyRef → Any
  32. val values: Array[Double]

    Permalink
    Definition Classes
    DenseVector
    Annotations
    @Since( "1.0.0" )
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DenseVector

Inherited from Vector

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped