cc.factorie.variable

DenseProportions3

class DenseProportions3 extends Proportions3 with DenseProportions

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DenseProportions3
  2. DenseProportions
  3. DenseDoubleSeq
  4. Proportions3
  5. Proportions
  6. ReadOnlyTensor
  7. Masses3
  8. Masses
  9. Tensor3
  10. Tensor
  11. Serializable
  12. Serializable
  13. MutableDoubleSeq
  14. IncrementableDoubleSeq
  15. DoubleSeq
  16. AnyRef
  17. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DenseProportions3(dim1: Int, dim2: Int, dim3: 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 *=(ds: DoubleSeq): Unit

    Definition Classes
    MutableDoubleSeq
  6. def *=(d: Double): 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]): DenseProportions3.this.type

    Definition Classes
    Tensor
  10. def +=(i: Int, incr: Double): Unit

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

    Definition Classes
    Tensor3
  12. 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
  13. def +=(a: Array[Double], factor: Double): Unit

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

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

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

    Definition Classes
    IncrementableDoubleSeq
  17. def +=(d: Double): 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 given array (starting at offset index) with contents of this DoubleSeq, multiplied by factor f.

    Increment given array (starting at offset index) with contents of this DoubleSeq, multiplied by factor f.

    Definition Classes
    DenseDoubleSeqDoubleSeq
  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 abs(): Unit

    Definition Classes
    MutableDoubleSeq
  37. def activeDomain: RangeIntSeq

    Definition Classes
    DenseProportions3Tensor
  38. def activeDomain1: RangeIntSeq

    Definition Classes
    DenseProportions3Tensor3
  39. def activeDomain2: RangeIntSeq

    Definition Classes
    DenseProportions3Tensor3
  40. def activeDomain3: RangeIntSeq

    Definition Classes
    DenseProportions3Tensor3
  41. def activeDomainSize: Int

    Definition Classes
    DenseProportionsTensor
  42. def activeDomains: Array[IntSeq]

    Definition Classes
    Tensor3Tensor
  43. def activeElements: Iterator[(Int, Double)]

    Definition Classes
    Tensor
  44. 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
  45. def apply(index: Int): Double

    Definition Classes
    DenseProportionsDoubleSeq
  46. def apply(i: Int, j: Int, k: Int): Double

    Definition Classes
    Tensor3
  47. 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
  48. final def asInstanceOf[T0]: T0

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

    With uncopied contents

    With uncopied contents

    Definition Classes
    DoubleSeq
  50. def blankCopy: la.Tensor3

    Definition Classes
    Tensor3Tensor
  51. def clone(): AnyRef

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

    Definition Classes
    DenseDoubleSeqDoubleSeq
  53. def containsNaN: Boolean

    Definition Classes
    DenseDoubleSeqDoubleSeq
  54. def copy: la.Tensor3

    Definition Classes
    Tensor3Tensor
  55. def cosineSimilarity(t: DoubleSeq): Double

    Definition Classes
    Tensor
  56. 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
  57. def different(t: DoubleSeq, threshold: Double): Boolean

    Definition Classes
    DoubleSeq
  58. val dim1: Int

    Definition Classes
    DenseProportions3Tensor3
  59. val dim2: Int

    Definition Classes
    DenseProportions3Tensor3
  60. val dim3: Int

    Definition Classes
    DenseProportions3Tensor3
  61. def dimensions: Array[Int]

    Definition Classes
    Tensor3Tensor
  62. def dimensionsMatch(t: Tensor): Boolean

    Definition Classes
    Tensor3Tensor
  63. def dot(t: DoubleSeq): Double

    Definition Classes
    DenseProportionsTensor
  64. def ensureDimensionsMatch(t: Tensor): Unit

    Definition Classes
    Tensor3Tensor
  65. 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
    DoubleSeq
  66. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Tensor
  69. 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
  70. 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
    MutableDoubleSeq
  71. def expNormalized: Tensor

    Definition Classes
    Tensor
  72. def exponentiate(): Unit

    Definition Classes
    MutableDoubleSeq
  73. def finalize(): Unit

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

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

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

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

    Definition Classes
    DenseProportionsTensor
  78. def forallElements(f: (Int, Double) ⇒ Boolean): Boolean

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

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

    Definition Classes
    DenseDoubleSeqDoubleSeq
  81. def foreachElement(f: (Int, Double) ⇒ Unit): Unit

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

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

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

    Definition Classes
    Tensor3
    Annotations
    @inline()
  85. final def index2(i: Int): Int

    Definition Classes
    Tensor3
    Annotations
    @inline()
  86. final def index3(i: Int): Int

    Definition Classes
    Tensor3
    Annotations
    @inline()
  87. def indexOf(d: Double): Int

    Definition Classes
    DenseDoubleSeqDoubleSeq
  88. def infinityNorm: Double

    Definition Classes
    DenseDoubleSeqDoubleSeq
  89. def isDense: Boolean

    Definition Classes
    DenseProportionsTensor
  90. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  91. def isUniform: Boolean

    Definition Classes
    Tensor
  92. 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
    DoubleSeq
  93. 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
    DoubleSeq
  94. def l2Similarity(t: DoubleSeq): Double

    Definition Classes
    DoubleSeq
  95. final def length: Int

    Definition Classes
    Tensor3DoubleSeq
    Annotations
    @inline()
  96. def logpr(index: Int): Double

    Definition Classes
    Masses
  97. def map(f: (Double) ⇒ Double): DoubleSeq

    Definition Classes
    DoubleSeq
  98. def massTotal: Double

    Definition Classes
    DenseProportionsMasses
  99. val masses: DenseMasses3

    Definition Classes
    DenseProportions3Proportions3Proportions
  100. def max: Double

    Definition Classes
    DenseDoubleSeqDoubleSeq
  101. def maxIndex: Int

    Definition Classes
    DenseDoubleSeqDoubleSeq
  102. def maxIndex2: (Int, Int)

    Definition Classes
    DenseDoubleSeqDoubleSeq
  103. def maxNormalize(): Unit

    Definition Classes
    MutableDoubleSeq
  104. def maxToStringLength: Int

    Definition Classes
    Masses
  105. def min: Double

    Definition Classes
    DenseDoubleSeqDoubleSeq
  106. def mkString: String

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

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

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

    Definition Classes
    Tensor3
    Annotations
    @inline()
  110. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  111. def normalize(): Double

    Definition Classes
    MutableDoubleSeq
  112. def normalizeLogProb(): Double

    expNormalize, then put back into log-space.

    expNormalize, then put back into log-space.

    Definition Classes
    MutableDoubleSeq
  113. def normalized: Tensor

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

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

    Definition Classes
    AnyRef
  116. def numDimensions: Int

    Definition Classes
    Tensor3Tensor
  117. def oneNorm: Double

    Definition Classes
    DenseDoubleSeqDoubleSeq
  118. def oneNormalize(): Double

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

    Definition Classes
    Tensor
  120. final def pr(i: Int): Double

    Get a normalized entry in this Masses, which can be interpreted as a probability.

    Get a normalized entry in this Masses, which can be interpreted as a probability.

    Definition Classes
    ProportionsMasses
    Annotations
    @inline()
  121. def printLength: Int

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

    Definition Classes
    DenseDoubleSeqDoubleSeq
  123. 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
    MassesDoubleSeq
  124. final def singleIndex(i: Int, j: Int, k: Int): Int

    Definition Classes
    Tensor3
    Annotations
    @inline()
  125. final def size: Int

    Definition Classes
    DoubleSeq
  126. def stringPrefix: String

    Definition Classes
    ProportionsMassesTensor
  127. def substitute(oldValue: Double, newValue: Double): Unit

    Definition Classes
    MutableDoubleSeq
  128. def sum: Double

    Definition Classes
    DenseDoubleSeqDoubleSeq
  129. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  130. 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
    DenseDoubleSeqDoubleSeq
  131. def toSeq: Seq[Double]

    With copied contents

    With copied contents

    Definition Classes
    DoubleSeq
  132. def toString(): String

    Definition Classes
    ProportionsMassesTensor → AnyRef → Any
  133. 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
  134. final def twoNorm: Double

    Definition Classes
    DoubleSeq
  135. def twoNormSquared: Double

    Definition Classes
    DenseDoubleSeqDoubleSeq
  136. def twoNormalize(): Double

    Definition Classes
    MutableDoubleSeq
  137. def twoSquaredNormalize(): Double

    Definition Classes
    MutableDoubleSeq
  138. def update(i: Int, v: Double): Unit

    Definition Classes
    ReadOnlyTensorTensorMutableDoubleSeq
  139. def update(i: Int, j: Int, k: Int, v: Double): Unit

    Definition Classes
    Tensor3
  140. final def wait(): Unit

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

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

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

Inherited from DenseProportions

Inherited from DenseDoubleSeq

Inherited from Proportions3

Inherited from Proportions

Inherited from ReadOnlyTensor

Inherited from Masses3

Inherited from Masses

Inherited from la.Tensor3

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