Options
All
  • Public
  • Public/Protected
  • All
Menu

Module for verifying csvs

Index

Functions

verifyEquivalence

  • verifyEquivalence(csv1: Csv, csv2: Csv): void
  • Verify that the two csvs are equivalent

    Parameters

    • csv1: Csv
    • csv2: Csv

    Returns void

verifyHeaders

  • verifyHeaders(csv: Csv): void
  • Check where the headers match the default (in lower case)

    Parameters

    • csv: Csv

    Returns void

verifyPoint

  • verifyPoint(csv: Csv): void
  • Check whether the point predictions are alright

    Parameters

    • csv: Csv

    Returns void

verifyProbabilities

  • verifyProbabilities(csv: Csv): void
  • Verify that the probabilities in csv sum to one

    Parameters

    • csv: Csv

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc