JNI_Context.cpp File Reference

JNI wrapper. More...

#include "../Classifiers/Classifier.h"
#include "../ConfigReader/ConfigReader.h"
#include <jni.h>
#include <iostream>

Functions

void INIT_EXPORT library_initialize ()
void FINI_EXPORT library_finalize ()
JNIEXPORT jboolean JNICALL Java_at_jku_intelligence_context_Context_nativeInit (JNIEnv *jenv, jclass, jstring configFilename, jstring persistFilename, jstring gngPersistFilename)
JNIEXPORT jlong JNICALL Java_at_jku_intelligence_context_Context_nativeNextSample (JNIEnv *, jclass)
JNIEXPORT jint JNICALL Java_at_jku_intelligence_context_Context_nativeGetNumClusters (JNIEnv *, jclass)
JNIEXPORT void JNICALL Java_at_jku_intelligence_context_Context_nativeGetClusterMembership (JNIEnv *jenv, jclass, jlongArray classes, jdoubleArray memberships)

Variables

FeatureContainerfc


Detailed Description

JNI wrapper.

© 2003-2004 by Rene Mayrhofer, Harald Radi

Date
2004-08-29 12:14:03 +0200 (Son, 29 Aug 2004)
Revision
905

Since:
Thu May 8 2003
Author:
Rene Mayrhofer <rene@mayrhofer.eu.org>

Harald Radi <harald.radi@nme.at>


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Id
JNI_Context.cpp 905 2004-08-29 10:14:03Z rene

Function Documentation

JNIEXPORT void JNICALL Java_at_jku_intelligence_context_Context_nativeGetClusterMembership JNIEnv *  jenv,
jclass  ,
jlongArray  classes,
jdoubleArray  memberships
 

Todo:
documentation

JNIEXPORT jint JNICALL Java_at_jku_intelligence_context_Context_nativeGetNumClusters JNIEnv *  ,
jclass 
 

Todo:
documentation

JNIEXPORT jboolean JNICALL Java_at_jku_intelligence_context_Context_nativeInit JNIEnv *  jenv,
jclass  ,
jstring  configFilename,
jstring  persistFilename,
jstring  gngPersistFilename
 

Todo:
documentation

JNIEXPORT jlong JNICALL Java_at_jku_intelligence_context_Context_nativeNextSample JNIEnv *  ,
jclass 
 

Todo:
documentation

void FINI_EXPORT library_finalize  ) 
 

Unload library

void INIT_EXPORT library_initialize  ) 
 

Load library


Variable Documentation

FeatureContainer* fc
 

FeatureContainer instance

Remarks:
also used by JNI_Samples.cpp


Generated on Mon Jun 5 10:20:48 2006 for Intelligence.kdevelop by  doxygen 1.4.6