Instance Constructors
-
new
CategoricalVectorVariable(initialValue: la.Tensor1)
-
new
CategoricalVectorVariable()
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
def
!==(other: Var): Boolean
-
final
def
##(): Int
-
def
++=(elts: Iterable[C]): Unit
-
def
+=(elt: C): Unit
-
def
+=(elt: C, incr: Double): Unit
-
final
def
:=(newValue: Value): Unit
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
===(other: Var): Boolean
-
def
activeCategories: Seq[C]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
contains(index: Int): Boolean
-
def
doWithIndexSafely(elt: C, v: Double, update: Boolean): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
increment(incr: Tensor)(implicit d: DiffList): Unit
-
def
increment(index: Int, incr: Double)(implicit d: DiffList): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
printName: String
-
def
set(newValue: Value)(implicit d: DiffList): Unit
-
def
skipNonCategories: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
update(index: Int, newValue: Double)(implicit d: DiffList): Unit
-
final
def
value: Value
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
zero(implicit d: DiffList): Unit
An abstract variable whose value is a Tensor whose length matches the size of a CategoricalDomain, and whose dimensions each correspond to a category. These are commonly used for feature vectors, with String categories. The 'dimensionDomain' is abstract.