State

smfsb.`package`.State
trait State[S] extends CsvRow[S]

State type class, with implementations for Breeze DenseVector Ints and Doubles

Attributes

Graph
Supertypes
trait CsvRow[S]
class Object
trait Matchable
class Any

Members list

Value members

Inherited and Abstract methods

def toCsv(value: S): String

Attributes

Inherited from:
CsvRow
def toDvd(value: S): DenseVector[Double]

Attributes

Inherited from:
CsvRow