ml.combust.mleap

tensor

package tensor

Visibility
  1. Public
  2. All

Type Members

  1. case class ByteString(bytes: Array[Byte]) extends Product with Serializable

    Created by hollinwilkins on 1/20/17.

  2. case class DenseTensor[T](values: Array[T], dimensions: Seq[Int])(implicit base: ClassTag[T]) extends Tensor[T] with Product with Serializable

  3. trait JsonSupport extends AnyRef

    Created by hollinwilkins on 1/15/17.

  4. case class SparseTensor[T](indices: Seq[Seq[Int]], values: Array[T], dimensions: Seq[Int])(implicit base: ClassTag[T]) extends Tensor[T] with Product with Serializable

  5. sealed trait Tensor[T] extends AnyRef

Value Members

  1. object JsonSupport extends JsonSupport

  2. object Tensor

    Created by hollinwilkins on 1/12/17.

Ungrouped