class ScikitLearnGenericModel extends AnyRef
- Annotations
- @Singleton()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScikitLearnGenericModel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScikitLearnGenericModel()(implicit logUtil: LogUtil, PiezometerMeasureDao: PiezometerMeasureDao, SieauParametersDao: SieauParametersDao, hydroChronicDao: HydroChronicDao, pluvioChronicDao: PluvioChronicDao, predMeasuresDao: PredMeasuresDao, DataTypeDao: DataTypeDao, ws: WSClient, IAEauLearningDao: IAEauLearningDao)
- Annotations
- @Inject()
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 calculateScikitLearnGeneric(model: IAEauModel, logCode: String, stationCode: String, jobExecutionId: Option[Long], user: String, simulationDate: DateTime): Seq[PredMeasure]
- def callIAEauAsync(chainCode: String, body: JsObject, stationCode: String, logCode: String, jobExecutionId: Option[Long], user: String = "sieau_job", learningId: Option[String] = None, wantedAquasysData: Seq[SieauWantedAquasysData], waitTime: Option[Int] = None): Seq[AquasysData]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def comblLacune(start: DateTime, end: DateTime, built: Seq[Seq[IAVal]], value: Double): Seq[Seq[IAVal]]
- implicit val context: ExecutionContext
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getECMWF_SeedsMeasures(idStation: Int, simulationDate: DateTime): Seq[Seq[IAVal]]
- def getPredMeasures(lastObsDate: Option[DateTime], maxDate: DateTime, maxDateStation: DateTime, idStation: Int, typeId: Int, stationType: String): Seq[Seq[IAVal]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val iaeauUrl: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def recCallIAEauForAsyncMode(chainId: Int, experimentId: Int, wantedData: Seq[SieauWantedAquasysData], waitTime: Option[Int] = None): Seq[AquasysData]
- Annotations
- @tailrec()
- val sieauAsyncRead: Reads[(Int, Int)]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)