Uses of Class
org.jpmml.evaluator.Vector
-
Packages that use Vector Package Description org.jpmml.evaluator -
-
Uses of Vector in org.jpmml.evaluator
Subclasses of Vector in org.jpmml.evaluator Modifier and Type Class Description classComplexDoubleVectorclassComplexFloatVectorclassDoubleVectorclassFloatVectorclassSimpleDoubleVectorclassSimpleFloatVectorMethods in org.jpmml.evaluator that return Vector Modifier and Type Method Description abstract Vector<V>Vector. add(java.lang.Number value)abstract Vector<V>Vector. add(java.lang.Number coefficient, java.lang.Number factor)Addscoefficient * factor.abstract Vector<V>Vector. add(Value<? extends java.lang.Number> value)protected Vector<V>KeyValueAggregator. get(K key)abstract Vector<V>ValueFactory. newVector(int capacity)Vector<java.lang.Double>ValueFactoryFactory.DoubleValueFactory. newVector(int capacity)Vector<java.lang.Float>ValueFactoryFactory.FloatValueFactory. newVector(int capacity)Methods in org.jpmml.evaluator that return types with arguments of type Vector Modifier and Type Method Description protected java.util.Set<java.util.Map.Entry<K,Vector<V>>>KeyValueAggregator. entrySet()protected java.util.Collection<Vector<V>>KeyValueAggregator. values()Method parameters in org.jpmml.evaluator with type arguments of type Vector Modifier and Type Method Description protected java.util.Map<K,Value<V>>KeyValueAggregator. asTransformedMap(com.google.common.base.Function<Vector<V>,Value<V>> function)Constructors in org.jpmml.evaluator with parameters of type Vector Constructor Description ValueAggregator(Vector<V> values)ValueAggregator(Vector<V> values, Vector<V> weights)ValueAggregator(Vector<V> values, Vector<V> weights, Vector<V> weightedValues)
-