Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fuzzy_logic.php
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ private function add_outputs()
$this->PAMFuzzy->setInputRange($output_name, array(0, 5));
}

private add_rules()
private function add_rules()
{
// iJab 2013/01/22: Add fuzzy logic Rules
$this->PAMFuzzy_rules = array("1 0 0 0 1 0 0, 1 (1) : 1",
Expand Down