Packages

object RepresentationLearner

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

Value Members

  1. def eqnsToRep(numPaths: Int, length: Int, coeffWeights: (Coeff[_]) => Double = (_) => 1, backWeight: Double = 0.8, vectorLength: Int = 150, minWordFrequency: Int = 5, batchSize: Int = 250): PostResponse[HoTTPostWeb, ID]
  2. def equationNodesBackSampled(eqs: Set[EquationNode], numPaths: Int, length: Int, coeffWeights: (Coeff[_]) => Double = (_) => 1, vectorLength: Int = 150, minWordFrequency: Int = 5, batchSize: Int = 250): RepresentationLearner[Variable[_]]
  3. def equationNodesBranchedSampled(eqs: Set[EquationNode], numPaths: Int, length: Int, vectorLength: Int = 150, minWordFrequency: Int = 5, batchSize: Int = 250): RepresentationLearner[Variable[_]]
  4. def equationNodesSampled(eqs: Set[EquationNode], numPaths: Int, length: Int, coeffWeights: (Coeff[_]) => Double = (_) => 1, backWeight: Double = 0.8, vectorLength: Int = 150, minWordFrequency: Int = 5, batchSize: Int = 250): RepresentationLearner[Variable[_]]