RootJsDenseVectorFormat

gingr.api.ModelFittingParametersJson.RootJsDenseVectorFormat
object RootJsDenseVectorFormat extends RootJsonFormat[DenseVector[Double]]

Attributes

Graph
Supertypes
trait RootJsonFormat[DenseVector[Double]]
trait RootJsonWriter[DenseVector[Double]]
trait RootJsonReader[DenseVector[Double]]
trait JsonFormat[DenseVector[Double]]
trait JsonWriter[DenseVector[Double]]
trait JsonReader[DenseVector[Double]]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def read(value: JsValue): DenseVector[Double]
def write(value: DenseVector[Double]): JsValue