Class

edu.illinois.cs.cogcomp.saul.datamodel.DataModel

PropertyApply

Related Doc: package DataModel

Permalink

class PropertyApply[T <: AnyRef] extends AnyRef

Self Type
PropertyApply[T]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PropertyApply
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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(range: String*)(f: (T) ⇒ String)(implicit tag: ClassTag[T], d1: DummyImplicit, d2: DummyImplicit, d3: DummyImplicit, d4: DummyImplicit, d5: DummyImplicit, d6: DummyImplicit, d7: DummyImplicit): DiscreteProperty[T]

    Permalink

    Discrete feature with range, same as discrete{"spam", "ham"} SpamLabel in lbjava

  5. def apply(f: (T) ⇒ List[String])(implicit tag: ClassTag[T], d1: DummyImplicit, d2: DummyImplicit, d3: DummyImplicit, d4: DummyImplicit, d5: DummyImplicit, d6: DummyImplicit): DiscreteCollectionProperty[T]

    Permalink

    Discrete array feature with range, same as discrete[] and discrete% in lbjava

  6. def apply(f: (T) ⇒ String)(implicit tag: ClassTag[T], d1: DummyImplicit, d2: DummyImplicit, d3: DummyImplicit, d4: DummyImplicit, d5: DummyImplicit): DiscreteProperty[T]

    Permalink

    Discrete feature without range, same as discrete SpamLabel in lbjava

  7. def apply(f: (T) ⇒ Double)(implicit tag: ClassTag[T], d1: DummyImplicit, d2: DummyImplicit, d3: DummyImplicit, d4: DummyImplicit): RealProperty[T]

    Permalink

    Discrete sensor feature with range, same as real name in lbjava

  8. def apply(f: (T) ⇒ List[Double])(implicit tag: ClassTag[T], d1: DummyImplicit, d2: DummyImplicit, d3: DummyImplicit): RealCollectionProperty[T]

    Permalink

    Discrete sensor feature with range, same as real% and real[] in lbjava

  9. def apply(f: (T) ⇒ Int)(implicit tag: ClassTag[T], d1: DummyImplicit, d2: DummyImplicit): RealProperty[T]

    Permalink

    Discrete sensor feature with range, same as real name in lbjava

  10. def apply(f: (T) ⇒ List[Int])(implicit tag: ClassTag[T], d: DummyImplicit): RealPropertyCollection[T]

    Permalink
  11. def apply(f: (T) ⇒ Boolean)(implicit tag: ClassTag[T]): BooleanProperty[T]

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getOrUpdate(input: T, f: (T) ⇒ Any): Any

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  22. val node: Node[T]

    Permalink
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. lazy val propertyCacheMap: HashMap[T, Any]

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped