Class/Object

io.radanalytics.silex.util.VectorID

SparseVectorID

Related Docs: object SparseVectorID | package VectorID

Permalink

class SparseVectorID[ID] extends SparseVector

Linear Supertypes
SparseVector, Vector, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparseVectorID
  2. SparseVector
  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 SparseVectorID(sz: Int, idx: Array[Int], 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
    Vector
    Annotations
    @Since( "1.1.0" )
  5. def argmax: Int

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

    Permalink
    Definition Classes
    Any
  7. def asML: SparseVector

    Permalink
    Definition Classes
    SparseVector → 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: SparseVector

    Permalink
    Definition Classes
    SparseVector → 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
    SparseVector → 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
    SparseVector → Vector
    Annotations
    @Since( "1.6.0" )
  16. final def getClass(): Class[_]

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

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

    Permalink
  19. val idx: Array[Int]

    Permalink
  20. val indices: Array[Int]

    Permalink
    Definition Classes
    SparseVector
    Annotations
    @Since( "1.0.0" )
  21. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def numActives: Int

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

    Permalink
    Definition Classes
    SparseVector → Vector
    Annotations
    @Since( "1.4.0" )
  27. val size: Int

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

    Permalink
    Definition Classes
    AnyRef
  29. val sz: Int

    Permalink
  30. def toArray: Array[Double]

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

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

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

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

    Permalink
    Definition Classes
    SparseVector → AnyRef → Any
  35. val values: Array[Double]

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

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

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

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

Inherited from SparseVector

Inherited from Vector

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped