- testDenseArray() - Method in class cs2.introml.tests.ExampleTest
-
- testDenseIndividual() - Method in class cs2.introml.tests.ExampleTest
-
- testDistance() - Method in class cs2.introml.tests.ClassifierTest
-
- testHiddenPattern0() - Method in class cs2.introml.tests.DataSetTest
-
- testHiddenPattern0_2() - Method in class cs2.introml.tests.DataSetTest
-
- testHiddenPatternRand() - Method in class cs2.introml.tests.DataSetTest
-
- TestingExample - Interface in cs2.introml
-
Represents a fixed-size sequence of
features without an associated result.
- testLibSVM() - Method in class cs2.introml.tests.DataSetTest
-
- testNNDNA() - Method in class cs2.introml.tests.ClassifierTest
-
- testNNGolf() - Method in class cs2.introml.tests.ClassifierTest
-
- testNNLibSVM() - Method in class cs2.introml.tests.ClassifierTest
-
- testNNPattern() - Method in class cs2.introml.tests.ClassifierTest
-
- testNNVowel() - Method in class cs2.introml.tests.ClassifierTest
-
- testSparse() - Method in class cs2.introml.tests.ExampleTest
-
- testString() - Method in class cs2.introml.tests.ExampleTest
-
- testSVMGuide4Vowel() - Method in class cs2.introml.tests.ClassifierTest
-
- testTie() - Method in class cs2.introml.tests.ClassifierTest
-
- testZeroRGolf() - Method in class cs2.introml.tests.ClassifierTest
-
- testZeroRLibSVM() - Method in class cs2.introml.tests.ClassifierTest
-
- testZeroRPattern() - Method in class cs2.introml.tests.ClassifierTest
-
- TieBreaker<T> - Class in cs2.introml
-
A general mechanism by which to fairly choose
the "winner" in a stream of objects of unknown size
(Related: http://en.wikipedia.org/wiki/Reservoir_sampling).
- TieBreaker(long) - Constructor for class cs2.introml.TieBreaker
-
Initialize the random seed
- toString() - Method in class cs2.introml.DataSet
-
Produces a a representation of the whole dataset
in LibSVM format (each example on its own line)
- toString() - Method in class cs2.introml.Example
-
Returns a string representation of the example using the LibSVM
format: result (index_A+1):value_A (index_B+1):value_B ...