class ScikitLearnCamelsModel extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScikitLearnCamelsModel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScikitLearnCamelsModel()(implicit logUtil: LogUtil, PiezometerMeasureDao: PiezometerMeasureDao, SieauParametersDao: SieauParametersDao, hydroChronicDao: HydroChronicDao, PluviometerDao: PluviometerDao, PointPrelDao: PointPrelDao, IAEauCallUtil: IAEauCallUtil, predMeasuresDao: PredMeasuresDao, DataTypeDao: DataTypeDao, db: Database, 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
- val VERSION: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def calculateScikitLearnCamels(model: IAEauModel, logCode: String, stationCode: String, jobExecutionId: Option[Long], user: String, simulationDate: DateTime): Seq[PredMeasure]
- 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 getMeanValue(ponds: Seq[(Int, Int, Double)], typeId: Int, startDate: DateTime, endDate: DateTime): Seq[Seq[IAVal]]
- def getMeanValuePressure(ponds: Seq[(Int, Int, Double)], typeId: Int, startDate: DateTime, endDate: DateTime): Seq[Seq[IAVal]]
- def getStats(ponds: Seq[(Int, Int, Int)]): Seq[(Int, Int, Int, Int, Option[DateTime])]
- 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 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)