Package

org.platanios.tensorflow.api.ops

metrics

Permalink

package metrics

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

Type Members

  1. class Accuracy extends Metric[(Output, Output), Output]

    Permalink
  2. class ConfusionMatrix extends Metric[(Output, Output), Output]

    Permalink
  3. class MapMetric[S, T, R] extends Metric[S, R]

    Permalink
  4. class Mean extends Metric[Output, Output]

    Permalink
  5. trait Metric[T, R] extends AnyRef

    Permalink

Value Members

  1. object Accuracy

    Permalink
  2. object ConfusionMatrix

    Permalink
  3. object MapMetric

    Permalink
  4. object Mean

    Permalink
  5. object Metric

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped