本文整理了Java中weka.core.Option.getOptions()
方法的一些代码示例,展示了Option.getOptions()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。Option.getOptions()
方法的具体详情如下:
包路径:weka.core.Option
类名称:Option
方法名:getOptions
[英]Get the settings of the supplied object. Settings identified by this method are bean properties (with get/set methods) annotated using the OptionMetadata annotation. Options belonging to the targetClazz (either the class of the target or one of its superclasses) are returned.
[中]获取所提供对象的设置。此方法标识的设置是使用OptionMetadata注释的bean属性(使用get/set方法)。返回属于targetClazz(目标类或其超类之一)的选项。
代码示例来源: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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.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.getOptions(this, this.getClass());
}
代码示例来源: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.getOptions(this, this.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.getOptions(this, this.getClass());
}
内容来源于网络,如有侵权,请联系作者删除!