Query

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

Attributes

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

Members list

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 columns: Int
val memUsed: Int
val rows: Int