|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwater.score.ScoreModel
water.score.RFScoreModel
public class RFScoreModel
| Field Summary |
|---|
| Fields inherited from class water.score.ScoreModel |
|---|
_colNames, _name |
| Method Summary | |
|---|---|
static RFScoreModel |
parse(PMMLParser pmml)
|
double |
score(java.util.HashMap<java.lang.String,java.lang.Comparable> row)
Score this model on the specified row of data, where the data is specified as a collection of K/V pairs - Values are one of String or Boolean or Number (or subclasses of Number) |
double |
score(int[] MAP,
java.lang.String[] SS,
double[] DS)
Score this model on the specified row of data, where the data is specified as the members of arrays. |
| Methods inherited from class water.score.ScoreModel |
|---|
columnMapping, uniqueClassName, xml2jname |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RFScoreModel parse(PMMLParser pmml)
public double score(java.util.HashMap<java.lang.String,java.lang.Comparable> row)
ScoreModel
score in class ScoreModel
public double score(int[] MAP,
java.lang.String[] SS,
double[] DS)
ScoreModel
score in class ScoreModel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||