Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
Loading...
Searching...
No Matches
NeuralNetworkTest Class Reference
+ Inheritance diagram for NeuralNetworkTest:
+ Collaboration diagram for NeuralNetworkTest:

Protected Attributes

neural_chunking::NeuralChunking< double > chunker {3, 0.5}
 
std::vector< double > test_data {1.0, 2.0, 3.0, 5.0, 6.0, 1.0}
 

Detailed Description

Definition at line 4 of file test_neuralnetwork.cpp.

Member Data Documentation

◆ chunker

neural_chunking::NeuralChunking<double> NeuralNetworkTest::chunker {3, 0.5}
protected

Definition at line 6 of file test_neuralnetwork.cpp.

6{3, 0.5};

◆ test_data

std::vector<double> NeuralNetworkTest::test_data {1.0, 2.0, 3.0, 5.0, 6.0, 1.0}
protected

Definition at line 7 of file test_neuralnetwork.cpp.

7{1.0, 2.0, 3.0, 5.0, 6.0, 1.0};

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