| Package | Description |
|---|---|
| org.jpmml.evaluator | |
| org.jpmml.evaluator.reporting |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexDoubleVector |
class |
ComplexFloatVector |
class |
DoubleVector |
class |
FloatVector |
class |
SimpleDoubleVector |
class |
SimpleFloatVector |
| Modifier and Type | Method and Description |
|---|---|
abstract Vector<V> |
Vector.add(Number value) |
abstract Vector<V> |
Vector.add(Number coefficient,
Number factor)
Adds
coefficient * factor. |
abstract Vector<V> |
Vector.add(Value<? extends Number> value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReportingComplexDoubleVector |
class |
ReportingComplexFloatVector |
class |
ReportingSimpleDoubleVector |
class |
ReportingSimpleFloatVector |
| Modifier and Type | Method and Description |
|---|---|
Vector<Float> |
ReportingValueFactoryFactory.ReportingFloatValueFactory.newVector(int capacity) |
Vector<Double> |
ReportingValueFactoryFactory.ReportingDoubleValueFactory.newVector(int capacity) |
Copyright © 2020. All rights reserved.