protected function hypothesis($row = null)
 {
     return $this->sigmoid(parent::hypothesis($row));
 }