Class/Object

org.platanios.tensorflow.api.learn.estimators

Estimator

Related Docs: object Estimator | package estimators

Permalink

abstract class Estimator[IT, IO, ID, IS, I, TT, TO, TD, TS, EI] extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Estimator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def evaluate(data: () ⇒ Dataset[TT, TO, TD, TS], metrics: Seq[Metric[EI, ops.Output]], maxSteps: Long = 1L, saveSummaries: Boolean = true, name: String = null): Seq[tensors.Tensor]

    Permalink
    Annotations
    @throws( ... )
  2. abstract def infer[InferInput, InferOutput, ModelInferenceOutput](input: () ⇒ InferInput)(implicit evFetchableIO: Aux[IO, IT], evFetchableI: Aux[I, ModelInferenceOutput], evFetchableIIO: Aux[(IO, I), (IT, ModelInferenceOutput)], ev: SupportedInferInput[InferInput, InferOutput, IT, IO, ID, IS, ModelInferenceOutput]): InferOutput

    Permalink
  3. abstract def train(data: () ⇒ Dataset[TT, TO, TD, TS], stopCriteria: StopCriteria = StopCriteria()): Unit

    Permalink

Concrete 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 checkpointConfig: CheckpointConfig

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val configuration: Configuration

    Permalink
  8. val configurationBase: Configuration

    Permalink
    Attributes
    protected
  9. val deviceFunction: Option[(OpSpecification) ⇒ String]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getOrCreateSaver(): Option[Saver]

    Permalink
    Attributes
    protected
  15. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  17. val modelFunction: ModelFunction[IT, IO, ID, IS, I, TT, TO, TD, TS, EI]

    Permalink
    Attributes
    protected
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def randomSeed: Option[Int]

    Permalink
  22. def saveEvaluationSummaries(step: Long, metrics: Seq[Metric[EI, ops.Output]], metricValues: Seq[tensors.Tensor], name: String = null): Unit

    Permalink
    Attributes
    protected
  23. def sessionConfig: Option[SessionConfig]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def workingDir: Option[Path]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped