org.kramerlab.autoencoder

experiments

package experiments

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

Type Members

  1. case class ClassificationResult(tp: Int, tn: Int, fp: Int, fn: Int) extends Product with Serializable

  2. class CrossValidation[PerformanceMeasure] extends AnyRef

  3. case class Metaparameters(inputDim: Int, compressionDim: Int, numHidLayers: Int, linearCentralLayer: Boolean) extends Product with Serializable

    Instances of this class contain a full description of all parameters that are required to train an autoencoder.

Value Members

  1. object CrossValidation

  2. object ErrorMeasures

  3. object Metaparameters extends Serializable

  4. def calculateRelativeError(autoencoder: Autoencoder, data: Mat): Double

Inherited from AnyRef

Inherited from Any

Ungrouped