MCPcopy Create free account
hub / github.com/Kitware/VTK / TableType

Enum TableType

Common/DataModel/vtkStatisticalModel.h:80–85  ·  view source on GitHub ↗

The types of tables that a model may store.

Source from the content-addressed store, hash-verified

78
79 /// The types of tables that a model may store.
80 enum TableType
81 {
82 Learned = 0, //!< Raw model data accumulated from samples.
83 Derived = 1, //!< Quantities dependent on learned data.
84 Test = 2 //!< Information summarizing a test of model fitness.
85 };
86
87 /**
88 * Given a numeric value (a TableType enumerant), return a human-presentable

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected