JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
weka.core.pmml.jaxbbindings.Value
Packages that use
Value
Package
Description
weka.core.pmml.jaxbbindings
Uses of
Value
in
weka.core.pmml.jaxbbindings
Methods in
weka.core.pmml.jaxbbindings
that return
Value
Modifier and Type
Method
Description
Value
ObjectFactory.
createValue
()
Create an instance of
Value
Methods in
weka.core.pmml.jaxbbindings
that return types with arguments of type
Value
Modifier and Type
Method
Description
List
<
Value
>
DerivedField.
getValue
()
Gets the value of the value property.
List
<
Value
>
EventValues.
getValue
()
Gets the value of the value property.
List
<
Value
>
DataField.
getValues
()
Gets the value of the value property.
Methods in
weka.core.pmml.jaxbbindings
with parameters of type
Value
Modifier and Type
Method
Description
void
DataField.
addValue
(
Value
v)