Package

edu.illinois.cs.cogcomp.saul.datamodel.property.features

real

Permalink

package real

Visibility
  1. Public
  2. All

Type Members

  1. case class RealArrayProperty[T <: AnyRef](name: String, sensor: (T) ⇒ List[Double])(implicit tag: ClassTag[T]) extends RealPropertyCollection[T] with TypedProperty[T, List[Double]] with Product with Serializable

    Permalink

    Represents real valued array attributes.

    Represents real valued array attributes.

    T

    Type of the node that this property is associated with.

    name

    Name of the property

    sensor

    Sensor function used to generate attributes from nodes.

    tag

    ClassTag for the type of data stored by the attribute node

  2. case class RealCollectionProperty[T <: AnyRef](name: String, sensor: (T) ⇒ List[Double], ordered: Boolean)(implicit tag: ClassTag[T]) extends RealPropertyCollection[T] with TypedProperty[T, List[Double]] with Product with Serializable

    Permalink
  3. case class RealGenProperty[T <: AnyRef](name: String, sensor: (T) ⇒ List[Double])(implicit tag: ClassTag[T]) extends RealPropertyCollection[T] with TypedProperty[T, List[Double]] with Product with Serializable

    Permalink
  4. case class RealProperty[T <: AnyRef](name: String, sensor: (T) ⇒ Double)(implicit tag: ClassTag[T]) extends TypedProperty[T, Double] with Product with Serializable

    Permalink
  5. trait RealPropertyCollection[T <: AnyRef] extends Property[T]

    Permalink

Ungrouped