![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Train a classifier to predict the overheating of an engine. More...
Static Public Member Functions | |
static void | main (String[] args) throws Exception |
Train a classifier to predict the overheating of an engine.
In this example, our input stream is a log of data obtained from a (fake) combustion engine. Each datapoint is made of a timestamp, the current speed (RPM) of the engine, the current gear of the transmission, and the current engine temperature.
Definition at line 52 of file EngineOverheatSimple.java.