Logo white

Peter M. Groen / openbr

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • openbr
  • docs
  • docs
  • api_docs
  • cpp_api
  • untrainabletransform
  • untrainabletransform.md
  • Empty file cleanup
    1a784fc2
    Jordan Cheney authored
    2015-04-29 11:52:47 -0400  
    Browse Code ยป
untrainabletransform.md 601 Bytes
Edit Raw Blame History

Inherits Transform

A Transform that does not require training.

See:

  • Constructors

This is a base class for Transforms that are not trainable. It overloads train, load, and store so that they cannot be used in derived classes. Load and store are overloaded because a Transform that doesn't train should also have nothing to save.