A B C D E F G I L O P R S T W 

A

ArchiveBatch - Class in org.jpmml.evaluator
 
ArchiveBatch(String, String, Predicate<FieldName>) - Constructor for class org.jpmml.evaluator.ArchiveBatch
 

B

Batch - Interface in org.jpmml.evaluator
 
BatchTest - Class in org.jpmml.evaluator
 
BatchTest(Equivalence<Object>) - Constructor for class org.jpmml.evaluator.BatchTest
 
BatchUtil - Class in org.jpmml.evaluator
 

C

close() - Method in class org.jpmml.evaluator.ArchiveBatch
 
close() - Method in class org.jpmml.evaluator.FilterBatch
 
close() - Method in class org.jpmml.evaluator.IntegrationTestBatch
 
Conflict - Class in org.jpmml.evaluator
 
Conflict(Integer, Map<FieldName, ?>, MapDifference<FieldName, ?>) - Constructor for class org.jpmml.evaluator.Conflict
 
createBatch(String, String, Predicate<FieldName>) - Method in class org.jpmml.evaluator.IntegrationTest
 
CsvUtil - Class in org.jpmml.evaluator
 
CsvUtil.Table - Class in org.jpmml.evaluator
 
CsvUtil.Table() - Constructor for class org.jpmml.evaluator.CsvUtil.Table
 

D

doEquivalent(Object, Object) - Method in class org.jpmml.evaluator.PMMLEquivalence
 
doEquivalent(Object, Object) - Method in class org.jpmml.evaluator.RealNumberEquivalence
 
doHash(Object) - Method in class org.jpmml.evaluator.PMMLEquivalence
 
doHash(Object) - Method in class org.jpmml.evaluator.RealNumberEquivalence
 

E

ensureSerializability(Object) - Static method in class org.jpmml.evaluator.IntegrationTestBatch
 
ensureValidity(PMMLObject) - Static method in class org.jpmml.evaluator.IntegrationTestBatch
 
evaluate(Batch, Equivalence<Object>) - Method in class org.jpmml.evaluator.BatchTest
 
evaluate(Batch, Equivalence<Object>) - Static method in class org.jpmml.evaluator.BatchUtil
 
evaluate(String, String) - Method in class org.jpmml.evaluator.IntegrationTest
 
evaluate(String, String, Equivalence<Object>) - Method in class org.jpmml.evaluator.IntegrationTest
 
evaluate(String, String, Predicate<FieldName>) - Method in class org.jpmml.evaluator.IntegrationTest
 
evaluate(String, String, Predicate<FieldName>, Equivalence<Object>) - Method in class org.jpmml.evaluator.IntegrationTest
 
excludeFields(FieldName...) - Static method in class org.jpmml.evaluator.IntegrationTest
 

F

FilterBatch - Class in org.jpmml.evaluator
 
FilterBatch(Batch) - Constructor for class org.jpmml.evaluator.FilterBatch
 
formatRecords(List<Map<FieldName, ?>>, List<FieldName>, Function<Object, String>) - Static method in class org.jpmml.evaluator.BatchUtil
 

G

getArguments() - Method in class org.jpmml.evaluator.Conflict
 
getBatch() - Method in class org.jpmml.evaluator.FilterBatch
 
getDataset() - Method in class org.jpmml.evaluator.ArchiveBatch
 
getDifference() - Method in class org.jpmml.evaluator.Conflict
 
getEquivalence() - Method in class org.jpmml.evaluator.BatchTest
 
getEvaluator() - Method in class org.jpmml.evaluator.ArchiveBatch
 
getEvaluator() - Method in interface org.jpmml.evaluator.Batch
 
getEvaluator() - Method in class org.jpmml.evaluator.FilterBatch
 
getEvaluator() - Method in class org.jpmml.evaluator.IntegrationTestBatch
 
getId() - Method in class org.jpmml.evaluator.Conflict
 
getInput() - Method in class org.jpmml.evaluator.ArchiveBatch
 
getInput() - Method in interface org.jpmml.evaluator.Batch
Input data records.
getInput() - Method in class org.jpmml.evaluator.FilterBatch
 
getIntegrationTest() - Method in class org.jpmml.evaluator.IntegrationTestBatch
 
getName() - Method in class org.jpmml.evaluator.ArchiveBatch
 
getOutput() - Method in class org.jpmml.evaluator.ArchiveBatch
 
getOutput() - Method in interface org.jpmml.evaluator.Batch
Expected output data records.
getOutput() - Method in class org.jpmml.evaluator.FilterBatch
 
getPMML() - Method in class org.jpmml.evaluator.ArchiveBatch
 
getPMML() - Method in class org.jpmml.evaluator.IntegrationTestBatch
 
getPrecision() - Method in class org.jpmml.evaluator.PMMLEquivalence
 
getPredicate() - Method in class org.jpmml.evaluator.ArchiveBatch
 
getPredicate() - Method in interface org.jpmml.evaluator.Batch
Predicate for selecting columns that will be checked for equivalence (between expected and actual output data records).
getPredicate() - Method in class org.jpmml.evaluator.FilterBatch
 
getSeparator() - Method in class org.jpmml.evaluator.CsvUtil.Table
 
getTolerance() - Method in class org.jpmml.evaluator.RealNumberEquivalence
 
getZeroThreshold() - Method in class org.jpmml.evaluator.PMMLEquivalence
 

I

IntegrationTest - Class in org.jpmml.evaluator
 
IntegrationTest(Equivalence<Object>) - Constructor for class org.jpmml.evaluator.IntegrationTest
 
IntegrationTestBatch - Class in org.jpmml.evaluator
 
IntegrationTestBatch(String, String, Predicate<FieldName>) - Constructor for class org.jpmml.evaluator.IntegrationTestBatch
 

L

loadPMML(String) - Method in class org.jpmml.evaluator.ArchiveBatch
 
loadRecords(String) - Method in class org.jpmml.evaluator.ArchiveBatch
 
log(Conflict) - Method in class org.jpmml.evaluator.BatchTest
 

O

open(String) - Method in class org.jpmml.evaluator.ArchiveBatch
 
open(String) - Method in class org.jpmml.evaluator.IntegrationTestBatch
 
org.jpmml.evaluator - package org.jpmml.evaluator
 

P

parseRecords(List<List<String>>, Function<String, String>) - Static method in class org.jpmml.evaluator.BatchUtil
 
PMMLEquivalence - Class in org.jpmml.evaluator
 
PMMLEquivalence(double, double) - Constructor for class org.jpmml.evaluator.PMMLEquivalence
 

R

readTable(InputStream) - Static method in class org.jpmml.evaluator.CsvUtil
 
readTable(InputStream, String) - Static method in class org.jpmml.evaluator.CsvUtil
 
RealNumberEquivalence - Class in org.jpmml.evaluator
 
RealNumberEquivalence(int) - Constructor for class org.jpmml.evaluator.RealNumberEquivalence
 

S

setSeparator(String) - Method in class org.jpmml.evaluator.CsvUtil.Table
 

T

toString() - Method in class org.jpmml.evaluator.Conflict
 

W

writeTable(CsvUtil.Table, OutputStream) - Static method in class org.jpmml.evaluator.CsvUtil
 
A B C D E F G I L O P R S T W 

Copyright © 2017. All Rights Reserved.