Waikato / wekaDeeplearning4j

Weka package for the Deeplearning4j java library
https://deeplearning.cms.waikato.ac.nz/
GNU General Public License v3.0
185 stars 202 forks source link

docs: Add relational dataset classification/regression example #26

Open braun-steven opened 6 years ago

braun-steven commented 6 years ago

Description

With v1.4.1 the RelationalInstanceIterator was introduced. A proper example of its usage in the documentation is missing.

braun-steven commented 6 years ago

Similar to this testcase but with a real dataset: https://github.com/Waikato/wekaDeeplearning4j/blob/d399367bc5dbccaf3cd6946a5e96cf6620ee9e48/package/src/test/java/weka/classifiers/functions/RnnSequenceClassifierTest.java#L247