![JAR search and dependency download from the Maven repository](/logo.png)
com.eharmony.aloha.models.h2o.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aloha-h2o Show documentation
Show all versions of aloha-h2o Show documentation
Provides an Aloha model for H2o For more info, see http://h2o.ai
package com.eharmony.aloha.models
import hex.genmodel.easy.RowData
/**
* Created by deak on 10/13/15.
*/
package object h2o {
private[h2o] implicit class RowDataOps(val rowData: RowData) extends AnyVal {
@inline def +(k: String, v: AnyRef): RowData = {
rowData.put(k, v)
rowData
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy