Package

ml.combust.mleap

tensor

Permalink

package tensor

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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

    Permalink
  3. trait JsonSupport extends AnyRef

    Permalink

    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

    Permalink
  5. sealed trait Tensor[T] extends AnyRef

    Permalink

Value Members

  1. object JsonSupport extends JsonSupport

    Permalink
  2. object Tensor

    Permalink

    Created by hollinwilkins on 1/12/17.

Ungrouped