Query

io.github.metarank.ltrlib.model.Query
See theQuery companion object
case class Query(group: Int, labels: Array[Double], values: Array[Double], columns: Int, rows: Int)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def getRow(row: Int): Array[Double]
def getRowVector(row: Int): ArrayRealVector
def getValue(row: Int, col: Int): Double

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val memUsed: Int