Fix linting
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace App\Services\IterationEventBuffer;
|
||||
|
||||
interface IPerceptronIterationEventBuffer {
|
||||
interface IPerceptronIterationEventBuffer
|
||||
{
|
||||
public function flush(): void;
|
||||
|
||||
public function flush(): void ;
|
||||
|
||||
public function addIteration(int $iteration, int $exampleIndex, float $error, array $synaptic_weights): void ;
|
||||
public function addIteration(int $iteration, int $exampleIndex, float $error, array $synaptic_weights): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user