object AutoLoop
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AutoLoop
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def computeValidationErrors(pred: STen, targetType: TargetType, precision: FloatingPointPrecision, targetFullbatch: STen)(implicit scope: Scope): Double
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val ev1: Movable[ClassificationTree] { def list(t: lamp.extratrees.ClassificationTree): scala.collection.immutable.Nil.type }
- implicit val ev2: Movable[RegressionTree] { def list(t: lamp.extratrees.RegressionTree): scala.collection.immutable.Nil.type }
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeCVFolds(length: Int, k: Int, repeat: Int, rng: Generator): IndexedSeq[(Seq[Int], Seq[Int])]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def train(dataFullbatch: STen, targetFullbatch: STen, folds: Seq[(Seq[Int], Seq[Int])], targetType: TargetType, dataLayout: Seq[Metadata], epochs: Seq[Int], weighDecays: Seq[Double], dropouts: Seq[Double], hiddenSizes: Seq[Int], knnK: Seq[Int], knnMinibatchSize: Int, extratreesK: Seq[Int], extratreesM: Seq[Int], extratreesNMin: Seq[Int], extratreeParallelism: Int, learningRate: Double, device: Device, precision: FloatingPointPrecision, minibatchSize: Int, logger: Option[Logger], ensembleFolds: Seq[(Seq[Int], Seq[Int])], rng: Generator)(outerScope: Scope): IO[EnsembleModel]
- def trainAndAverageFolds(dataFullbatch: STen, targetFullbatch: STen, predictions: Seq[STen], folds: Seq[(Seq[Int], Seq[Int])], targetType: TargetType, dataLayout: Seq[Metadata], epochs: Seq[Int], weightDecay: Double, dropout: Double, hiddenSize: Int, learningRate: Double, device: Device, precision: FloatingPointPrecision, minibatchSize: Int, logger: Option[Logger], rng: Generator)(outerScope: Scope): IO[Seq[(Int, STen, Seq[NNBase])]]
- def trainAndAverageFoldsExtratrees(k: Int, m: Int, nMin: Int, parallelism: Int, dataFullbatch: STen, targetFullbatch: STen, predictions: Seq[STen], folds: Seq[(Seq[Int], Seq[Int])], targetType: TargetType, dataLayout: Seq[Metadata], logger: Option[Logger])(outerScope: Scope): IO[Seq[(Int, STen, Seq[ExtratreesBase])]]
- def trainAndAverageFoldsKnn(k: Int, dataFullbatch: STen, targetFullbatch: STen, predictions: Seq[STen], folds: Seq[(Seq[Int], Seq[Int])], targetType: TargetType, dataLayout: Seq[Metadata], device: Device, precision: FloatingPointPrecision, minibatchSize: Int, logger: Option[Logger])(outerScope: Scope): IO[Seq[(Int, STen, Seq[KnnBase])]]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()