MonoLayer Perceptron
This commit is contained in:
@@ -8,6 +8,10 @@ interface IDataSetReader
|
||||
|
||||
public function getInputSize(): int;
|
||||
|
||||
public function getOutputSize(): int;
|
||||
|
||||
public function getLabels(): array;
|
||||
|
||||
public function reset(): void;
|
||||
|
||||
public function getLastReadLineIndex(): int;
|
||||
|
||||
Reference in New Issue
Block a user