Package weka.knowledgeflow.steps
Annotation Type KFStep
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface KFStepKFStep class annotation
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringcategoryThe top-level folder in the JTree that this step should appear injava.lang.StringiconPathPath (as a resource on the classpath) to the icon for this stepjava.lang.StringnameThe name of this stepjava.lang.StringtoolTipTextMouse-over tool tip for this step (appears when the mouse hovers over the entry in the JTree)
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanresourceIntensiveTrue if this processing step is resource intensive (cpu or memory).
-