public interface Sourcable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toSource(java.lang.String className)
Returns a string that describes the classifier as source.
|
java.lang.String toSource(java.lang.String className) throws java.lang.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.java.lang.Exception
- if the source can't be computed