\seekquarry\yioop\library\classifiersClassifierAlgorithm

An abstract class shared by classification algorithms that implement a common interface.

This base class implements a few administrative utility methods that all classification algorithms can take advantage of.

Summary

Methods
Properties
Constants
log()
$debug
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$debug

$debug : integer

Flag used to control level of debug messages for now 0 == no messages, anything else causes messages to be output

Type

integer

Methods

log()

log(string  $message) 

Write a message to log file depending on debug level for this subpackage

Parameters

string $message

what to write to the log