Merge pull request #41 from CarlMungazi/patch-1

Update Model Editing Language.md
This commit is contained in:
Chris Basoglu 2016-01-27 20:51:44 -08:00
Родитель 3e778db067 a708d23d39
Коммит b1f5201e32
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -677,7 +677,7 @@ The acceptable propertyNames and propertyValues are as follows:
PropertyName | Description | PropertyValue
---|---|---
ComputeGradient / NeedsGradient | A flag that determines if a node participates in gradient calculations. Applies to Parameter nodes | true / false
Feature | Sets the ndoe as a featuer input. Applies to Input nodes | true / false
Feature | Sets the node as a feature input. Applies to Input nodes | true / false
Label | Set the node as a label input. Applies to Input nodes | true / false
FinalCriterion / Criteria | Sets the node as one of the Criteria nodes of the network | true / false
Evaluation / Eval | Set the node as one of the evaluation nodes | true / false