Code Examples
A repository of 155 code examples for BeepBeep
mining.learning.EngineOverheatSimple Class Reference

Train a classifier to predict the overheating of an engine. More...

Static Public Member Functions

static void main (String[] args) throws Exception
 

Detailed Description

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.


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