diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-25 12:07:36 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-25 12:07:36 +0200 |
commit | fd8abefd0caed47b7e3d7dd0abf10e747a18f82e (patch) | |
tree | f31bf2fbd087635c9a498af9f237030d2dfd9e24 /frontend/src/app/_elements/form-model | |
parent | 636d944d3fabbf3b42b3b316756a52a777657d03 (diff) |
Izbrisana komponenta hidden-layer iz app.module fajla.
Diffstat (limited to 'frontend/src/app/_elements/form-model')
-rw-r--r-- | frontend/src/app/_elements/form-model/form-model.component.html | 10 |
1 files changed, 1 insertions, 9 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 22307d4d..7d669d1d 100644 --- a/frontend/src/app/_elements/form-model/form-model.component.html +++ b/frontend/src/app/_elements/form-model/form-model.component.html @@ -114,15 +114,7 @@ </div><!--kraj unosa parametara--> <hr> <div class="m-5"> - <app-graph [model]="newModel" [inputCols]="newModel.inputColNum"></app-graph> - <!--<div class="row" style="position: center;"> - <div class="col-3"></div> - <label class="col-2" style="color: white;">Broj skrivenih slojeva:</label> - <div class="col-1"> - <input type="number" min="1" class="form-control" name="hiddenLayers" [(ngModel)]="newModel.hiddenLayers" (change)="newModel.hiddenLayerActivationFunctions = [].constructor(newModel.hiddenLayers).fill(newModel.hiddenLayerActivationFunctions[0])" (ngModelChange)="updateGraph()"> - </div> - </div> - </div>--> + <app-graph [model]="newModel" [inputCols]="newModel.inputColNum"></app-graph> <div class="row" id="rowhn"> <div class="col-3"></div> <div class="col-2">Broj Skrivenih Slojeva</div> |