Partition

cheshire.likelihood.Partition$
See thePartition companion trait
object Partition

Attributes

Companion:
trait
Source:
Partition.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Aux[F[_], R, Model0, Matrix0, Ppv0, NodeClv0, TipClv0] = Partition[F, R] { type Model = Model0; type Matrix = Matrix0; type Ppv = Ppv0; type NodeClv = NodeClv0; type TipClv = TipClv0; }

Attributes

Source:
Partition.scala

Value members

Concrete methods

def fromKernel[F[_], R](partition: PartitionKernel[F, R])(using evidence$1: MonadCancelThrow[F]): Aux[[_] =>> Resource[F, _$4], R, Model, Matrix, Ppv, NodeClv, TipClv]

Attributes

Source:
Partition.scala