| Package | Description |
|---|---|
| org.jpmml.evaluator |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexDoubleVector |
class |
ComplexFloatVector |
class |
DoubleVector |
class |
FloatVector |
class |
ReportingComplexDoubleVector |
class |
ReportingComplexFloatVector |
class |
ReportingSimpleDoubleVector |
class |
ReportingSimpleFloatVector |
class |
SimpleDoubleVector |
class |
SimpleFloatVector |
| Modifier and Type | Method and Description |
|---|---|
abstract Vector<V> |
Vector.add(double value) |
abstract Vector<V> |
Vector.add(double coefficient,
Number factor)
Adds
coefficient * factor. |
abstract Vector<V> |
Vector.add(Number value) |
protected Vector<V> |
KeyValueAggregator.get(K key) |
Vector<Float> |
ValueFactoryFactory.FloatValueFactory.newVector(int capacity) |
Vector<Double> |
ValueFactoryFactory.DoubleValueFactory.newVector(int capacity) |
Vector<Float> |
ReportingValueFactoryFactory.ReportingFloatValueFactory.newVector(int capacity) |
Vector<Double> |
ReportingValueFactoryFactory.ReportingDoubleValueFactory.newVector(int capacity) |
abstract Vector<V> |
ValueFactory.newVector(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<K,Value<V>> |
KeyValueAggregator.asTransformedMap(com.google.common.base.Function<Vector<V>,Value<V>> function) |
| Constructor and Description |
|---|
ProbabilityAggregator(int capacity,
Vector<V> weights) |
ValueAggregator(Vector<V> values) |
ValueAggregator(Vector<V> values,
Vector<V> weights) |
ValueAggregator(Vector<V> values,
Vector<V> weights) |
ValueAggregator(Vector<V> values,
Vector<V> weights,
Vector<V> weightedValues) |
ValueAggregator(Vector<V> values,
Vector<V> weights,
Vector<V> weightedValues) |
ValueAggregator(Vector<V> values,
Vector<V> weights,
Vector<V> weightedValues) |
Copyright © 2018. All rights reserved.