diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-06-06 02:26:11 +0200 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-06-06 02:26:11 +0200 |
commit | bd14a065a0ff288ab13904eb1f6b949b3375d8c4 (patch) | |
tree | d714ceb2ceda022e41a322467ccd0e849992e53a /frontend/src/app/_elements/form-model/form-model.component.html | |
parent | 542acf92fd69fea61afbef34f12cd6147f919bc8 (diff) |
Dodate labele za neurone na pravljenju konfiguracije neuronske mreze.Labele neurona ulaznog i skrivenih slojeva su na hover,a labela izlaznog neuronom se stalno prikazuje.
Diffstat (limited to 'frontend/src/app/_elements/form-model/form-model.component.html')
-rw-r--r-- | frontend/src/app/_elements/form-model/form-model.component.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/app/_elements/form-model/form-model.component.html b/frontend/src/app/_elements/form-model/form-model.component.html index 0d770fc1..55c802e9 100644 --- a/frontend/src/app/_elements/form-model/form-model.component.html +++ b/frontend/src/app/_elements/form-model/form-model.component.html @@ -122,7 +122,8 @@ <div class="ns-col"> <!-- {{forExperiment._columnsSelected}} --> - <app-graph [model]="newModel" [inputColumns]="getInputColumns()"></app-graph> + + <app-graph [model]="newModel" [inputColumns]="getInputColumns()" [outputColumn]="(this.forExperiment!=undefined)?this.forExperiment.outputColumn:''"></app-graph> </div> </div> </div> |