Cosan  1.0
Data Analytics Library
Cosan::InvalidLabelShapeException Class Reference

#include <Exceptions.h>

Inheritance diagram for Cosan::InvalidLabelShapeException:

Private Member Functions

virtual const char * what ()
 

Detailed Description

Definition at line 36 of file Exceptions.h.

Member Function Documentation

◆ what()

virtual const char* Cosan::InvalidLabelShapeException::what ( )
inlineprivatevirtual

Definition at line 38 of file Exceptions.h.

39  {
40  return "The shape of the matrix is required to be (n ,1)";
41  };

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