Packages

object FeatureVector

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeatureVector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(ints: Int*): FeatureVector
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. implicit val impl_OpMulInner_FV_DV_eq_S_Double: linalg.operators.OpMulInner.Impl2[FeatureVector, DenseVector[Double], Double]
  12. implicit val impl_OpMulInner_FV_DV_eq_S_Float: linalg.operators.OpMulInner.Impl2[FeatureVector, DenseVector[Float], Float]
  13. implicit val impl_OpMulInner_FV_DV_eq_S_Int: linalg.operators.OpMulInner.Impl2[FeatureVector, DenseVector[Int], Int]
  14. implicit def impl_OpMulInner_FV_T_eq_S_from_T_FV[V, T](implicit op: linalg.operators.OpMulInner.Impl2[FeatureVector, V, T]): linalg.operators.OpMulInner.Impl2[V, FeatureVector, T]
  15. implicit val impl_OpMulInner_FV_V_eq_S_Double: linalg.operators.OpMulInner.Impl2[FeatureVector, Vector[Double], Double]
  16. implicit val impl_OpMulInner_FV_V_eq_S_Float: linalg.operators.OpMulInner.Impl2[FeatureVector, Vector[Float], Float]
  17. implicit val impl_OpMulInner_FV_V_eq_S_Int: linalg.operators.OpMulInner.Impl2[FeatureVector, Vector[Int], Int]
  18. implicit val impl_OpMulMatrix_CSC_FV_eq_CSC_Double: linalg.operators.OpMulMatrix.Impl2[CSCMatrix[Double], FeatureVector, SparseVector[Double]]
  19. implicit val impl_OpMulMatrix_CSC_FV_eq_CSC_Float: linalg.operators.OpMulMatrix.Impl2[CSCMatrix[Float], FeatureVector, SparseVector[Float]]
  20. implicit val impl_OpMulMatrix_CSC_FV_eq_CSC_Int: linalg.operators.OpMulMatrix.Impl2[CSCMatrix[Int], FeatureVector, SparseVector[Int]]
  21. implicit val impl_OpMulMatrix_DM_FV_eq_DV_Double: linalg.operators.OpMulMatrix.Impl2[DenseMatrix[Double], FeatureVector, DenseVector[Double]]
  22. implicit val impl_OpMulMatrix_DM_FV_eq_DV_Float: linalg.operators.OpMulMatrix.Impl2[DenseMatrix[Float], FeatureVector, DenseVector[Float]]
  23. implicit val impl_OpMulMatrix_DM_FV_eq_DV_Int: linalg.operators.OpMulMatrix.Impl2[DenseMatrix[Int], FeatureVector, DenseVector[Int]]
  24. implicit val impl_scaleAdd_InPlace_DV_S_FV_Double: linalg.scaleAdd.InPlaceImpl3[DenseVector[Double], Double, FeatureVector]
  25. implicit val impl_scaleAdd_InPlace_DV_S_FV_Float: linalg.scaleAdd.InPlaceImpl3[DenseVector[Float], Float, FeatureVector]
  26. implicit val impl_scaleAdd_InPlace_DV_S_FV_Int: linalg.scaleAdd.InPlaceImpl3[DenseVector[Int], Int, FeatureVector]
  27. implicit val impl_scaleAdd_InPlace_VB_S_FV_Double: InPlaceImpl3[scaleAdd.type, VectorBuilder[Double], Double, FeatureVector]
  28. implicit val impl_scaleAdd_InPlace_VB_S_FV_Float: InPlaceImpl3[scaleAdd.type, VectorBuilder[Float], Float, FeatureVector]
  29. implicit def impl_scaleAdd_InPlace_VB_S_FV_Generic[T]: InPlaceImpl3[scaleAdd.type, VectorBuilder[T], T, FeatureVector]
  30. implicit val impl_scaleAdd_InPlace_V_S_FV_Double: TernaryUpdateRegistry[Vector[Double], Double, FeatureVector, scaleAdd.type]
  31. implicit val impl_scaleAdd_InPlace_V_S_FV_Float: TernaryUpdateRegistry[Vector[Float], Float, FeatureVector, scaleAdd.type]
  32. implicit val impl_scaleAdd_InPlace_V_S_FV_Int: TernaryUpdateRegistry[Vector[Int], Int, FeatureVector, scaleAdd.type]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. object Implicits
  43. implicit object TransposeFV extends CanTranspose[FeatureVector, Transpose[FeatureVector]]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped