JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
weka.datagenerators.Test
Packages that use
Test
Package
Description
weka.datagenerators
Uses of
Test
in
weka.datagenerators
Methods in
weka.datagenerators
that return
Test
Modifier and Type
Method
Description
Test
Test.
getNot
()
Negates the test.
Methods in
weka.datagenerators
with parameters of type
Test
Modifier and Type
Method
Description
boolean
Test.
equalTo
(
Test
t)
Compares the test with the test that is given as parameter.