本文整理了Java中weka.core.Option.getOptionsForHierarchy()
方法的一些代码示例,展示了Option.getOptionsForHierarchy()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。Option.getOptionsForHierarchy()
方法的具体详情如下:
包路径:weka.core.Option
类名称:Option
方法名:getOptionsForHierarchy
[英]Get the settings of the supplied object. Settings identified by this method are bean properties (with get/set methods) annotated using the OptionMetadata annotation. All options from the class up to, but not including, the supplied oldest superclass are returned.
[中]获取所提供对象的设置。此方法标识的设置是使用OptionMetadata注释的bean属性(使用get/set方法)。将返回从类到(但不包括)提供的最旧超类的所有选项。
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, Filter.class);
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
/**
* Gets the current settings of the Classifier.
*
* @return an array of strings suitable for passing to setOptions
*/
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, super.getClass());
}
代码示例来源:origin: Waikato/wekaDeeplearning4j
@Override
public String[] getOptions() {
return Option.getOptionsForHierarchy(this, this.getClass().getSuperclass());
// return Option.getOptions(this, this.getClass());
}
内容来源于网络,如有侵权,请联系作者删除!