Packages

object ModelMetricsSupport extends ModelMetricsSupport

Annotations
@Deprecated
Linear Supertypes
ModelMetricsSupport, Logging, Serializable, Serializable, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModelMetricsSupport
  2. ModelMetricsSupport
  3. Logging
  4. Serializable
  5. Serializable
  6. Logging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ModelMetricsExtractor[T <: ModelMetrics] extends AnyRef

    Helper class to have nice API.

    Helper class to have nice API. The purpose of this class is to fetch model metrics from the specified model

    Definition Classes
    ModelMetricsSupport
    Annotations
    @Deprecated

Value Members

  1. def modelMetrics[T <: ModelMetrics]: ModelMetricsExtractor[T]

    Extract the model metrics from the specified model

    Extract the model metrics from the specified model

    T

    Model Metrics Type

    returns

    model metrics

    Definition Classes
    ModelMetricsSupport
    Annotations
    @DeprecatedMethod( ... , "3.32" )