ml.combust.mleap

tensor

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

  2. trait JsonSupport extends AnyRef

    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

  4. sealed trait Tensor[T] extends AnyRef

Value Members

  1. object JsonSupport extends JsonSupport

  2. object Tensor

    Created by hollinwilkins on 1/12/17.

Ungrouped