MachineIntelligenceCore:NeuralNets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Vectors4x1Float2 Class Reference

Test Fixture - two predictions of size 4x1, floats. More...

#include <LossTests.hpp>

Inheritance diagram for Vectors4x1Float2:
Collaboration diagram for Vectors4x1Float2:

Public Member Functions

 Vectors4x1Float2 ()
 

Protected Member Functions

virtual void SetUp ()
 

Private Attributes

mic::types::MatrixPtr< float > target_y
 
mic::types::MatrixPtr< float > predicted_y1
 
mic::types::MatrixPtr< float > predicted_y2
 

Detailed Description

Test Fixture - two predictions of size 4x1, floats.

Author
tkornuta

Definition at line 67 of file LossTests.hpp.

Constructor & Destructor Documentation

Vectors4x1Float2::Vectors4x1Float2 ( )
inline

Definition at line 70 of file LossTests.hpp.

References predicted_y1, predicted_y2, and target_y.

Member Function Documentation

virtual void Vectors4x1Float2::SetUp ( )
inlineprotectedvirtual

Definition at line 78 of file LossTests.hpp.

Member Data Documentation

mic::types::MatrixPtr<float> Vectors4x1Float2::predicted_y1
private

Definition at line 89 of file LossTests.hpp.

Referenced by Vectors4x1Float2().

mic::types::MatrixPtr<float> Vectors4x1Float2::predicted_y2
private

Definition at line 91 of file LossTests.hpp.

Referenced by Vectors4x1Float2().

mic::types::MatrixPtr<float> Vectors4x1Float2::target_y
private

Definition at line 86 of file LossTests.hpp.

Referenced by Vectors4x1Float2().


The documentation for this class was generated from the following file: