|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Sourcable
Interface for classifiers that can be converted to Java source.
| Method Summary | |
|---|---|
String |
toSource(String className)
Returns a string that describes the classifier as source. |
| Method Detail |
|---|
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 computed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||