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.sdo.util.PredictionContribution

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

 

Uses of PredictionContribution in com.sigmadynamics.sdo.util

 

Fields in com.sigmadynamics.sdo.util declared as PredictionContribution
protected  PredictionContribution[][] SDPredictionContributionsArray.buf
           

 

Methods in com.sigmadynamics.sdo.util that return PredictionContribution
 PredictionContribution[] SDPredictionContributionsArray.get(int index)
          Returns the element at the specified position in this array.
 PredictionContribution[][] SDPredictionContributionsArray.toArray()
          Returns an array of PredictionContribution[] containing all elements of this one.

 

Methods in com.sigmadynamics.sdo.util with parameters of type PredictionContribution
 void SDPredictionContributionsArray.add(PredictionContribution[] element)
          Appends the specified element to the end of this array.
 boolean SDPredictionContributionsArray.contains(PredictionContribution[] element)
          Returns true if this array contains the specified element.
 void SDPredictionContributionsArray.fill(int fromIndex, int toIndex, PredictionContribution[] element)
          Replaces a group of consequtive elements of this array with the same value.
 void SDPredictionContributionsArray.fill(PredictionContribution[] element)
          Replaces all elements of this array with the same value.
static int SDPredictionContributionsArray.indexOf(PredictionContribution[] element, PredictionContribution[][] array)
          Returns the index in an array of the first occurence of the specified element, or -1 if the array does not contain such element.
static int SDPredictionContributionsArray.indexOf(PredictionContribution[] element, PredictionContribution[][] array)
          Returns the index in an array of the first occurence of the specified element, or -1 if the array does not contain such element.
 void SDPredictionContributionsArray.set(int index, PredictionContribution[] element)
          Replaces the element at the specified position in this array with the specified element.
 void SDPredictionContributionsArray.toArray(PredictionContribution[][] array)
          Copies elements to a given array.

 

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

 

Methods in com.sigmadynamics.server.rtis.PredictionEngine that return PredictionContribution
 PredictionContribution[][] PredictorInterface.getWhy(ModelInterface model, InputProvider input, ValueFilter[] outputFilter, int topN)
          Returns a list of attribute values that contribute the most to the model score.

 


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.