()
| 71 | } |
| 72 | |
| 73 | @Override |
| 74 | public String name() { |
| 75 | return "CategoricalLevels"; |
| 76 | } |
| 77 | |
| 78 | @Override |
| 79 | public SortedMap<String,Double> effects(final int base, final double[] x) { |
nothing calls this directly
no outgoing calls
no test coverage detected