PSE

object PSE
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
PSE.type

Type members

Classlikes

case class CurrentSlice(id: Int, sDiv: HtmlElement)

Types

type Outcome2D = Array[Array[Outcome]]
type Outcome3D = Array[Outcome2D]
type Outcome4D = Array[Outcome3D]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def boundLabels(sampling: Seq[Double]): Seq[String]
def build(builder: PSEBuilder): PSE
def fill2DGrid(outcomes: Seq[Outcome], outputStructures: Seq[OutputStructure], xNbCells: Int, yNbCells: Int): Outcome2D
def grid2DData(outputStructureX: OutputStructure, outputStructureY: OutputStructure, xNbCells: Int, yNbCells: Int, outcomes: Seq[Outcome], cellColor: String, hoverInfo: Boolean): (Outcome2D, PlotDataBuilder)
def indexedXY(outcomes: Seq[Outcome], outputStructures: Seq[OutputStructure]): Seq[(Outcome, (Int, Int))]
def safeIndex(seq: Seq[Double], threshold: Double, alternativeIndex: Int): Int