public class AlgorithmTemplate extends Object
Example: $('weight').div($('height').pow(2)).value()
Example rendered:
Model: {weight: 'attr1', height: 'attr2'}
Example: $('attr1').div($('attr2').pow(2)).value()
| Constructor and Description |
|---|
AlgorithmTemplate(org.molgenis.script.core.Script script,
Map<String,String> model) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.