Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Uses of Class
com.sigmadynamics.util.SDDoubleArray

Packages that use SDDoubleArray
com.sigmadynamics.server.rtis.PredictionEngine Platform support for prediction models. 
com.sigmadynamics.util   

 

Uses of SDDoubleArray in com.sigmadynamics.server.rtis.PredictionEngine

 

Methods in com.sigmadynamics.server.rtis.PredictionEngine with parameters of type SDDoubleArray
 void PredictorInterface.getExpectedValues(ModelInterface model, InputProvider input, ValueFilter[] outputFilter, SDDoubleArray values)
          Returns predicted numeric values for a set of values of partitioning attributes specified by an output filter.
 void PredictorInterface.getExpectedValues(ModelInterface model, InputProvider input, ValueFilter[] outputFilter, SDDoubleArray values, SDDoubleArray standardDeviations)
          Returns predicted numeric values and their standard deviations for a set of values of partitioning attributes specified by an output filter.
 void PredictorInterface.getLikelihoods(ModelInterface model, InputProvider input, ValueFilter[] outputFilter, SDDoubleArray likelihoods, boolean relaxed)
          Returns predicted likelihoods for a set of values of target and partitioning attributes specified by an output filter.
 void PredictorInterface.getLikelihoods(ModelInterface model, InputProvider input, ValueFilter[] outputFilter, SDDoubleArray likelihoods, SDDoubleArray standardDeviations, boolean relaxed)
          Returns predicted likelihoods for a set of values of target and partitioning attributes specified by an output filter.
 void PredictorInterface.getMostLikelyValues(ModelInterface model, InputProvider input, ValueFilter[] outputFilter, int outputAttributeId, int n, SDStringArray values, SDDoubleArray likelihoods)
          Returns predicted most likely values of a given attribute.
 void InputCollector.put(int attributeId, SDDoubleArray values)
          Passes value of numeric array attribute.

 

Uses of SDDoubleArray in com.sigmadynamics.util

 

Methods in com.sigmadynamics.util with parameters of type SDDoubleArray
 void SDDoubleArray.addAll(SDDoubleArray array)
          Appends all of the elements in the specified array to the end of this array.
 void SDDoubleArray.addAll(SDDoubleArray array)
          Appends all of the elements in the specified array to the end of this array.
 boolean SDDoubleArray.containsAll(SDDoubleArray elements)
          Returns true if this array contains all elements of the specified array.
 boolean SDDoubleArray.containsAll(SDDoubleArray elements)
          Returns true if this array contains all elements of the specified array.
 boolean SDDoubleArray.containsAny(SDDoubleArray elements)
          Returns true if this array contains any one of the elements of the specified array.
 boolean SDDoubleArray.containsAny(SDDoubleArray elements)
          Returns true if this array contains any one of the elements of the specified array.
static boolean Null.isAllNull(SDDoubleArray values)
           
static boolean Null.isAllNull(SDDoubleArray values)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.