chemometrics.mcr.constraint.Constraint

class chemometrics.mcr.constraint.Constraint(copy=True)

Bases: ABC

Abstract class for constraints

Parameters

copy (bool) – Make copy of input data, A; otherwise, overwrite (if mutable)

__init__(copy=True)

Methods

__init__([copy])

transform(A)

Transform A input based on constraint

abstract transform(A)

Transform A input based on constraint