Package

ml.combust.mleap

tensor

Permalink

package tensor

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait JsonSupport extends AnyRef

    Permalink

    Created by hollinwilkins on 1/15/17.

  3. 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
  4. 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