Neural
plotter.h
Go to the documentation of this file.
1
#pragma once
2
#ifndef PLOTTER_H
3
#define PLOTTER_H
4
5
#include "../activation.h"
6
#include <sciplot/sciplot.hpp>
7
8
9
namespace
Neural
10
{
11
class
Plotter
{
12
public
:
13
Plotter
();
14
void
Plot
(
Activation
*a);
15
protected
:
16
17
};
18
19
}
20
#endif
Neural::Plotter::Plotter
Plotter()
Definition:
plotter.cpp:16
Neural::Plotter::Plot
void Plot(Activation *a)
Definition:
plotter.cpp:21
Neural::Plotter
Definition:
plotter.h:11
Neural::Activation
Definition:
activation.h:12
Neural
Definition:
activation.h:10
neural
includes
plotter
plotter.h
Generated by
1.8.17