Companion

object Companion

Properties

Link copied to clipboard
const val MIN_BATCH_SIZE: Int = 10
Link copied to clipboard
const val NUMBYTES: Int = 8

Functions

Link copied to clipboard

Computes the MSER data by deleting the elements in the array starting at the beginning and computing the MSER(d) values for d = 0,1,2,...n-5, where n is the size of the array.

Link copied to clipboard
fun makeFromJSON(pathToWelchFileMetaDataBeanJson: Path): WelchDataFileAnalyzer
Link copied to clipboard

Assumes that the array is a time series of observations from the simulation and recommends the deletion point. Typically, data is the Welch averages. The recommended deletion point is the value of d, that minimizes MSER(d) computed via the computeMSER() function.