public interface Sourcable
| Modifier and Type | Method and Description |
|---|---|
String |
toSource(String className)
Returns a string that describes the classifier as source.
|
String toSource(String className) throws Exception
public static double classify(Object [] i);
where the array i contains elements that are either
Double, String, with missing values represented as null. The generated
code is public domain and comes with no warranty.className - the name that should be given to the source class.Exception - if the source can't be computedCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.