程序包 weka.gui.beans
类 TrainTestSplitMakerBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
weka.gui.beans.AbstractTrainAndTestSetProducerBeanInfo
weka.gui.beans.TrainTestSplitMakerBeanInfo
- 所有已实现的接口:
BeanInfo
Bean info class for the train test split maker bean
- 从以下版本开始:
- 1.0
- 版本:
- $Revision: 1.2 $
- 作者:
- Mark Hall
- 另请参阅:
-
字段概要
从接口继承的字段 java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Get the bean descriptor for this beanGet the property descriptors for this bean从类继承的方法 weka.gui.beans.AbstractTrainAndTestSetProducerBeanInfo
getEventSetDescriptors
从类继承的方法 java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getIcon, getMethodDescriptors, loadImage
-
构造器详细资料
-
TrainTestSplitMakerBeanInfo
public TrainTestSplitMakerBeanInfo()
-
-
方法详细资料
-
getPropertyDescriptors
Get the property descriptors for this bean- 指定者:
getPropertyDescriptors
在接口中BeanInfo
- 覆盖:
getPropertyDescriptors
在类中SimpleBeanInfo
- 返回:
- a
PropertyDescriptor[]
value
-
getBeanDescriptor
Get the bean descriptor for this bean- 指定者:
getBeanDescriptor
在接口中BeanInfo
- 覆盖:
getBeanDescriptor
在类中SimpleBeanInfo
- 返回:
- a
BeanDescriptor
value
-