cc.factorie.la

SparseIndexedTensor4

class SparseIndexedTensor4 extends Tensor4 with ArraySparseIndexedTensor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SparseIndexedTensor4
  2. ArraySparseIndexedTensor
  3. SparseIndexedTensor
  4. SparseTensor
  5. SparseDoubleSeq
  6. Tensor4
  7. Tensor
  8. Serializable
  9. Serializable
  10. MutableDoubleSeq
  11. IncrementableDoubleSeq
  12. DoubleSeq
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SparseIndexedTensor4(dim1: Int, dim2: Int, dim3: Int, dim4: Int)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def *(v: Double): Tensor

    Definition Classes
    Tensor
  5. def *=(other: Double): Unit

  6. def *=(ds: DoubleSeq): Unit

    Definition Classes
    MutableDoubleSeq
  7. def *=(i: Int, incr: Double): Unit

    Definition Classes
    MutableDoubleSeq
  8. def +(that: Tensor): Tensor

    Definition Classes
    Tensor
  9. def ++=(tensors: Iterable[Tensor]): SparseIndexedTensor4.this.type

    Definition Classes
    Tensor
  10. def +=(t: DoubleSeq, f: Double): Unit

  11. def +=(s: Double): Unit

  12. def +=(index: Int, incr: Double): Unit

  13. def +=(i: Int, j: Int, k: Int, l: Int, v: Double): Unit

    Definition Classes
    Tensor4
  14. def +=(ds: DoubleSeq, factor: DoubleSeq): Unit

    Increment by the element-wise product of ds and factor.

    Increment by the element-wise product of ds and factor.

    Definition Classes
    IncrementableDoubleSeq
  15. def +=(a: Array[Double], factor: Double): Unit

    Definition Classes
    IncrementableDoubleSeq
  16. def +=(a: Array[Double]): Unit

    Definition Classes
    IncrementableDoubleSeq
  17. final def +=(ds: DoubleSeq): Unit

    Definition Classes
    IncrementableDoubleSeq
  18. def -(that: Tensor): Tensor

    Definition Classes
    Tensor
  19. def -=(ds: DoubleSeq): Unit

    Definition Classes
    IncrementableDoubleSeq
  20. final def -=(d: Double): Unit

    Definition Classes
    IncrementableDoubleSeq
  21. def -=(i: Int, incr: Double): Unit

    Definition Classes
    IncrementableDoubleSeq
  22. def /(v: Double): Tensor

    Definition Classes
    Tensor
  23. def /=(ds: DoubleSeq): Unit

    Definition Classes
    MutableDoubleSeq
  24. final def /=(d: Double): Unit

    Definition Classes
    MutableDoubleSeq
  25. final def /=(i: Int, incr: Double): Unit

    Definition Classes
    MutableDoubleSeq
  26. def :=(a: Array[Double], offset: Int): Unit

    Definition Classes
    MutableDoubleSeq
  27. def :=(a: Array[Double]): Unit

    Definition Classes
    MutableDoubleSeq
  28. def :=(ds: DoubleSeq): Unit

    Definition Classes
    MutableDoubleSeq
  29. def :=(d: Double): Unit

    Definition Classes
    MutableDoubleSeq
  30. def =+(a: Array[Double], offset: Int, f: Double): Unit

    Increment Array "a" with the contents of this Tensor, but do so at "offset" into array and multiplied by factor "f".

    Increment Array "a" with the contents of this Tensor, but do so at "offset" into array and multiplied by factor "f".

    Definition Classes
    ArraySparseIndexedTensorSparseDoubleSeqDoubleSeq
  31. final def =+(a: Array[Double], f: Double): Unit

    Definition Classes
    DoubleSeq
  32. final def =+(a: Array[Double], offset: Int): Unit

    Definition Classes
    DoubleSeq
  33. final def =+(a: Array[Double]): Unit

    Definition Classes
    DoubleSeq
  34. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  36. def _indices: Array[Int]

    Definition Classes
    ArraySparseIndexedTensorSparseTensor
  37. def _makeReadable(): Unit

    Definition Classes
    ArraySparseIndexedTensorSparseTensor
  38. def _unsafeActiveDomainSize: Int

    Definition Classes
    ArraySparseIndexedTensorSparseTensor
  39. def _values: Array[Double]

  40. def _valuesSeq: ArrayDoubleSeq

    Definition Classes
    SparseIndexedTensorSparseTensor
  41. def abs(): Unit

    Definition Classes
    MutableDoubleSeq
  42. def activeDomain: IntSeq

  43. def activeDomain1: IntSeq

    Definition Classes
    SparseIndexedTensor4Tensor4
  44. def activeDomain2: IntSeq

    Definition Classes
    SparseIndexedTensor4Tensor4
  45. def activeDomain3: IntSeq

    Definition Classes
    SparseIndexedTensor4Tensor4
  46. def activeDomain4: IntSeq

    Definition Classes
    SparseIndexedTensor4Tensor4
  47. def activeDomainSize: Int

  48. def activeDomains: Array[IntSeq]

    Definition Classes
    Tensor4Tensor
  49. def activeElements: Iterator[(Int, Double)]

    Definition Classes
    ArraySparseIndexedTensorTensor
  50. def activeElements4: Tensor4ElementIterator

  51. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Append a string representation of this DoubleSeq to the StringBuilder.

    Append a string representation of this DoubleSeq to the StringBuilder.

    Definition Classes
    DoubleSeq
  52. def apply(index: Int): Double

    Definition Classes
    ArraySparseIndexedTensorDoubleSeq
  53. def apply(i: Int, j: Int, k: Int, l: Int): Double

    Definition Classes
    Tensor4
  54. def asArray: Array[Double]

    Return the values as an Array[Double].

    Return the values as an Array[Double]. Not guaranteed to be a copy; in fact if it is possible to return a pointer to an internal array, it will simply return this.

    Definition Classes
    DoubleSeq
  55. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  56. def asSeq: Seq[Double]

    With uncopied contents

    With uncopied contents

    Definition Classes
    DoubleSeq
  57. def blankCopy: SparseIndexedTensor4

    Definition Classes
    SparseIndexedTensor4Tensor4Tensor
  58. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def contains(d: Double): Boolean

    Definition Classes
    SparseDoubleSeqDoubleSeq
  60. def containsNaN: Boolean

    Definition Classes
    SparseDoubleSeqDoubleSeq
  61. def copy: SparseIndexedTensor4

    Definition Classes
    SparseIndexedTensor4Tensor4Tensor
  62. def copyInto(t: SparseIndexedTensor): Unit

    Definition Classes
    ArraySparseIndexedTensor
  63. def cosineSimilarity(t: DoubleSeq): Double

    Definition Classes
    Tensor
  64. def defaultValue: Double

    The default value at indices not covered by activeDomain.

    The default value at indices not covered by activeDomain. Subclasses may override this

    Definition Classes
    Tensor
  65. def different(t: DoubleSeq, threshold: Double): Boolean

    Definition Classes
    SparseDoubleSeqDoubleSeq
  66. val dim1: Int

    Definition Classes
    SparseIndexedTensor4Tensor4
  67. val dim2: Int

    Definition Classes
    SparseIndexedTensor4Tensor4
  68. val dim3: Int

    Definition Classes
    SparseIndexedTensor4Tensor4
  69. val dim4: Int

    Definition Classes
    SparseIndexedTensor4Tensor4
  70. def dimensions: Array[Int]

    Definition Classes
    Tensor4Tensor
  71. def dimensionsMatch(t: Tensor): Boolean

    Definition Classes
    Tensor4Tensor
  72. def dot(v: DoubleSeq): Double

    Definition Classes
    ArraySparseIndexedTensorTensor
  73. def ensureCapacity(cap: Int): Unit

    Definition Classes
    ArraySparseIndexedTensor
  74. def ensureDimensionsMatch(t: Tensor): Unit

    Definition Classes
    Tensor4Tensor
  75. def entropy: Double

    Assumes that the values are already normalized to sum to 1.

    Assumes that the values are already normalized to sum to 1.

    Definition Classes
    SparseDoubleSeqDoubleSeq
  76. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  77. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  78. def exists(f: (Double) ⇒ Boolean): Boolean

    Definition Classes
    Tensor
  79. def expNormalize(): Double

    Exponentiate the elements of the array, and then normalize them to sum to one.

    Exponentiate the elements of the array, and then normalize them to sum to one.

    Definition Classes
    ArraySparseIndexedTensorMutableDoubleSeq
  80. def expNormalize(logZ: Double): Unit

    Exponential the elements of the array such that they are normalized to sum to one, but do so efficiently by providing logZ.

    Exponential the elements of the array such that they are normalized to sum to one, but do so efficiently by providing logZ. Note that to maximize efficiency, this method does not verify that the logZ value was the correct one to cause proper normalization.

    Definition Classes
    MutableDoubleSeq
  81. def expNormalized: Tensor

    Definition Classes
    Tensor
  82. def exponentiate(): Unit

  83. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  84. def foldActiveElements(seed: Double, f: (Int, Double, Double) ⇒ Double): Double

    Definition Classes
    ArraySparseIndexedTensorTensor
  85. def foldLeft[B](z: B)(f: (B, Double) ⇒ B): B

    Definition Classes
    DoubleSeq
  86. def forall(f: (Double) ⇒ Boolean): Boolean

    Definition Classes
    DoubleSeq
  87. def forallActiveElements(f: (Int, Double) ⇒ Boolean): Boolean

    Definition Classes
    SparseDoubleSeq
  88. def forallElements(f: (Int, Double) ⇒ Boolean): Boolean

    Definition Classes
    DoubleSeq
  89. def foreach(f: (Double) ⇒ Unit): Unit

    Definition Classes
    DoubleSeq
  90. def foreachActiveElement(f: (Int, Double) ⇒ Unit): Unit

    Definition Classes
    ArraySparseIndexedTensorDoubleSeq
  91. def foreachElement(f: (Int, Double) ⇒ Unit): Unit

    Definition Classes
    DoubleSeq
  92. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  94. final def index1(i: Int): Int

    Definition Classes
    Tensor4
    Annotations
    @inline()
  95. final def index2(i: Int): Int

    Definition Classes
    Tensor4
    Annotations
    @inline()
  96. final def index3(i: Int): Int

    Definition Classes
    Tensor4
    Annotations
    @inline()
  97. final def index4(i: Int): Int

    Definition Classes
    Tensor4
    Annotations
    @inline()
  98. def indexOf(d: Double): Int

    Definition Classes
    SparseDoubleSeqDoubleSeq
  99. def infinityNorm: Double

    Definition Classes
    SparseDoubleSeqDoubleSeq
  100. def isDense: Boolean

    Definition Classes
    SparseTensorTensor
  101. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  102. def isUniform: Boolean

    Definition Classes
    Tensor
  103. def jsDivergence(p: DoubleSeq): Double

    Assumes that the values are already normalized to sum to 1.

    Assumes that the values are already normalized to sum to 1.

    Definition Classes
    SparseDoubleSeqDoubleSeq
  104. def klDivergence(p: DoubleSeq): Double

    Assumes that the values in both DoubleSeq are already normalized to sum to 1.

    Assumes that the values in both DoubleSeq are already normalized to sum to 1.

    Definition Classes
    SparseDoubleSeqDoubleSeq
  105. def l2Similarity(t: DoubleSeq): Double

    Definition Classes
    DoubleSeq
  106. final def length: Int

    Definition Classes
    Tensor4DoubleSeq
    Annotations
    @inline()
  107. def map(f: (Double) ⇒ Double): DoubleSeq

    Definition Classes
    DoubleSeq
  108. def max: Double

    Definition Classes
    SparseDoubleSeqDoubleSeq
  109. def maxIndex: Int

    Definition Classes
    SparseDoubleSeqDoubleSeq
  110. def maxIndex2: (Int, Int)

    Definition Classes
    SparseDoubleSeqDoubleSeq
  111. def maxNormalize(): Unit

  112. def min: Double

    Definition Classes
    SparseDoubleSeqDoubleSeq
  113. def mkString: String

    Definition Classes
    DoubleSeq
  114. def mkString(sep: String): String

    Definition Classes
    DoubleSeq
  115. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    DoubleSeq
  116. final def multiIndex(i: Int): (Int, Int, Int, Int)

    Definition Classes
    Tensor4
    Annotations
    @inline()
  117. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  118. def normalize(): Double

    Definition Classes
    MutableDoubleSeq
  119. def normalizeLogProb(): Double

    expNormalize, then put back into log-space.

    expNormalize, then put back into log-space.

    Definition Classes
    MutableDoubleSeq
  120. def normalized: Tensor

    Definition Classes
    Tensor
  121. final def notify(): Unit

    Definition Classes
    AnyRef
  122. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  123. def numDimensions: Int

    Definition Classes
    Tensor4Tensor
  124. def oneNorm: Double

  125. def oneNormalize(): Double

    Definition Classes
    MutableDoubleSeq
  126. def outer(t: Tensor): Tensor

    Definition Classes
    Tensor
  127. def position(index: Int, start: Int): Int

    Definition Classes
    ArraySparseIndexedTensor
  128. def position(index: Int): Int

    Return the position at which index occurs, or -1 if index does not occur.

    Return the position at which index occurs, or -1 if index does not occur.

    Definition Classes
    ArraySparseIndexedTensor
  129. def printLength: Int

    Definition Classes
    Tensor
  130. def sampleIndex(normalizer: Double)(implicit r: Random): Int

    Definition Classes
    SparseDoubleSeqDoubleSeq
  131. def sampleIndex(implicit r: Random): Int

    Careful, for many subclasses this is inefficient because it calls the method "sum" to get the normalizer.

    Careful, for many subclasses this is inefficient because it calls the method "sum" to get the normalizer.

    Definition Classes
    DoubleSeq
  132. final def singleIndex(i: Int, j: Int, k: Int, l: Int): Int

    Definition Classes
    Tensor4
    Annotations
    @inline()
  133. final def size: Int

    Definition Classes
    DoubleSeq
  134. def sizeHint(size: Int): Unit

    Definition Classes
    ArraySparseIndexedTensorSparseTensor
  135. def stringPrefix: String

    Definition Classes
    Tensor
  136. def substitute(oldValue: Double, newValue: Double): Unit

    Definition Classes
    MutableDoubleSeq
  137. def sum: Double

  138. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  139. def toArray: Array[Double]

    Return the values as an Array[Double].

    Return the values as an Array[Double]. Guaranteed to be a copy, not just a pointer to an internal array that would change with changes to the DoubleSeq

    Definition Classes
    ArraySparseIndexedTensorSparseDoubleSeqDoubleSeq
  140. def toSeq: Seq[Double]

    With copied contents

    With copied contents

    Definition Classes
    DoubleSeq
  141. def toString(): String

    Definition Classes
    ArraySparseIndexedTensorTensor → AnyRef → Any
  142. def top(n: Int): TopN[String]

    Return records for the n elements with the largest values.

    Return records for the n elements with the largest values.

    Definition Classes
    DoubleSeq
  143. def trim(): Unit

    Definition Classes
    ArraySparseIndexedTensor
  144. final def twoNorm: Double

    Definition Classes
    DoubleSeq
  145. def twoNormSquared: Double

  146. def twoNormalize(): Double

    Definition Classes
    MutableDoubleSeq
  147. def twoSquaredNormalize(): Double

    Definition Classes
    MutableDoubleSeq
  148. def update(index: Int, value: Double): Unit

  149. def update(i: Int, j: Int, k: Int, l: Int, v: Double): Unit

    Definition Classes
    Tensor4
  150. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  153. def zero(): Unit

Inherited from ArraySparseIndexedTensor

Inherited from SparseIndexedTensor

Inherited from SparseTensor

Inherited from SparseDoubleSeq

Inherited from Tensor4

Inherited from Tensor

Inherited from Serializable

Inherited from Serializable

Inherited from MutableDoubleSeq

Inherited from IncrementableDoubleSeq

Inherited from DoubleSeq

Inherited from AnyRef

Inherited from Any

Ungrouped