Class

org.pmml4s.transformations

NormContinuous

Related Doc: package transformations

Permalink

class NormContinuous extends NumericFieldExpression

Normalization provides a basic framework for mapping input values to specific value ranges, usually the numeric range [0 .. 1]. Normalization is used, e.g., in neural networks and clustering models.

Defines how to normalize an input field by piecewise linear interpolation. The mapMissingTo attribute defines the value the output is to take if the input is missing. If the mapMissingTo attribute is not specified, then missing input values produce a missing result.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NormContinuous
  2. NumericFieldExpression
  3. FieldExpression
  4. UnaryExpression
  5. Expression
  6. Evaluator
  7. PmmlElement
  8. Serializable
  9. Serializable
  10. HasExtensions
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NormContinuous(linearNorms: Array[LinearNorm], field: Field, mapMissingTo: Option[Double], outliers: OutlierTreatmentMethod = OutlierTreatmentMethod.asIs)

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def categories: Array[Any]

    Permalink
    Definition Classes
    Expression
  6. def child: FieldRef

    Permalink
    Definition Classes
    FieldExpressionUnaryExpression
  7. final def children: Array[Expression]

    Permalink
    Definition Classes
    UnaryExpressionExpression
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. def deeval(input: Any): Double

    Permalink
    Definition Classes
    NormContinuousExpression
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def eval(series: Series): Double

    Permalink

    Returns the result of evaluating this expression on a given input Series

    Returns the result of evaluating this expression on a given input Series

    Definition Classes
    NormContinuousNumericFieldExpressionFieldExpressionExpressionEvaluator
  13. def eval(value: Any): Any

    Permalink
    Definition Classes
    Expression
  14. def extensions: Seq[Extension]

    Permalink
    Definition Classes
    HasExtensions
  15. val field: Field

    Permalink
    Definition Classes
    NormContinuousFieldExpression
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def getDataField: Option[Field]

    Permalink
    Definition Classes
    FieldExpressionExpression
  18. def hasExtensions: Boolean

    Permalink
    Definition Classes
    HasExtensions
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val linearNorms: Array[LinearNorm]

    Permalink
  22. val mapMissingTo: Option[Double]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. val outliers: OutlierTreatmentMethod

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  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( ... )
  31. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from NumericFieldExpression

Inherited from FieldExpression

Inherited from UnaryExpression

Inherited from Expression

Inherited from Evaluator

Inherited from PmmlElement

Inherited from Serializable

Inherited from Serializable

Inherited from HasExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped