org.apache.spark.streamdm.core.specification

ExampleSpecification

class ExampleSpecification extends Serializable

An ExampleSpecification contains information about the input and output features. It contains a reference to an input InstanceSpecification and an output InstanceSpecification, and provides setters and getters for the feature specification properties.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExampleSpecification
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExampleSpecification(inInstanceSpecification: InstanceSpecification, outInstanceSpecification: InstanceSpecification)

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. val in: InstanceSpecification

  14. def inputFeatureSpecification(index: Int): FeatureSpecification

    Gets the input FeatureSpecification value present at position index

    Gets the input FeatureSpecification value present at position index

    index

    the index of the specification

    returns

    a FeatureSpecification representing the specification for the feature

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def isNumericInputFeature(index: Int): Boolean

    Evaluates whether an input feature is numeric

    Evaluates whether an input feature is numeric

    index

    the index of the feature

    returns

    true if the feature is numeric

  17. def isNumericOutputFeature(index: Int): Boolean

    Evaluates whether an output feature is numeric

    Evaluates whether an output feature is numeric

    index

    the index of the feature

    returns

    true if the feature is numeric

  18. def nameInputFeature(index: Int): String

    Gets the input name of the feature at position index

    Gets the input name of the feature at position index

    index

    the index of the class

    returns

    a string representing the name of the feature

  19. def nameOutputFeature(index: Int): String

    Gets the output name of the feature at position index

    Gets the output name of the feature at position index

    index

    the index of the class

    returns

    a string representing the name of the feature

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

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

    Definition Classes
    AnyRef
  23. def numberInputFeatures(): Int

    Gets the number of input features

    Gets the number of input features

    returns

    an Integer representing the number of input features

  24. def numberOutputFeatures(): Int

    Gets the number of output features

    Gets the number of output features

    returns

    an Integer representing the number of output features

  25. val out: InstanceSpecification

  26. def outputFeatureSpecification(index: Int): FeatureSpecification

    Gets the output FeatureSpecification value present at position index

    Gets the output FeatureSpecification value present at position index

    index

    the index of the specification

    returns

    a FeatureSpecification representing the specification for the feature

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

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped