pyclustering  0.10.1
pyclustring is a Python, C++ data mining library.
pyclustering.nnet.solve_type Class Reference

Enumerator of solver types that are used for network simulation. More...

+ Inheritance diagram for pyclustering.nnet.solve_type:
+ Collaboration diagram for pyclustering.nnet.solve_type:

Static Public Attributes

int FAST = 0;
 Forward Euler first-order method.
 
int RK4 = 1;
 Classic fourth-order Runge-Kutta method (fixed step).
 
int RKF45 = 2;
 Runge-Kutta-Fehlberg method with order 4 and 5 (float step). More...
 

Detailed Description

Enumerator of solver types that are used for network simulation.

Definition at line 28 of file __init__.py.

Member Data Documentation

◆ RKF45

int pyclustering.nnet.solve_type.RKF45 = 2;
static

Runge-Kutta-Fehlberg method with order 4 and 5 (float step).

"

Definition at line 41 of file __init__.py.


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