TrainingSetLike

<auto-generated stub>

Infix methods

def dot(x: Rep[TS[D,L]], y: Rep[Int], z: Rep[DenseVector[D]])(implicit ev0: Arith[D],ev1: Manifest[TS[D,L]]): Rep[D]

def getCols(x: Rep[TS[D,L]], y: Rep[IndexVector])(implicit ev0: Manifest[TS[D,L]]): Rep[TS[D,L]]

def getRows(x: Rep[TS[D,L]], y: Rep[IndexVector])(implicit ev0: Manifest[TS[D,L]]): Rep[TS[D,L]]

def labels(x: Rep[TS[D,L]])(implicit ev0: Manifest[TS[D,L]]): Rep[DenseVector[L]]

def numFeatures(x: Rep[TS[D,L]])(implicit ev0: Manifest[TS[D,L]]): Rep[Int]

def numSamples(x: Rep[TS[D,L]])(implicit ev0: Manifest[TS[D,L]]): Rep[Int]

def times(x: Rep[TS[D,L]], y: Rep[Int], z: Rep[DenseVector[D]])(implicit ev0: Arith[D],ev1: Manifest[TS[D,L]]): Rep[DenseVector[D]]

def timesScalar(x: Rep[TS[D,L]], y: Rep[Int], z: Rep[D])(implicit ev0: Arith[D],ev1: Manifest[TS[D,L]]): Rep[DenseVector[D]]