public class InlineTableUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.Table<Integer,String,String> |
getContent(org.dmg.pmml.InlineTable inlineTable) |
static Map<String,String> |
match(com.google.common.collect.Table<Integer,String,String> table,
Map<String,FieldValue> values) |
static com.google.common.collect.Table<Integer,String,String> |
parse(org.dmg.pmml.InlineTable inlineTable) |
Copyright © 2014. All Rights Reserved.