|
Hello,
I am slightly confused as to what "feature selection / extractor / weights" mean and the difference between them. As I read the literature sometimes I feel lost as I find the term used quite loosely, my primary concerns are --
When people talk ...
Started by Rahul on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Are weighting....
Information Gain, Maximum Entropy, etc.
Feature Frequency is just that, the frequency that a feature appears.
Feature Selection is the process of choosing "interesting" features from your set for further processing.
|
|
Hi there, this is a bit of a philosophical question. I am adding a small feature to my software which I assume will be used by most users but only maybe 10% of the times they use the software. In other words, the software has been fine without it for ...
Started by Peldi on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
Just because" with the "4 or 5 users" who suggested ... .
Ship it, but include a readme discuss the decision with users who have requested the feature: do some market research.
There will always be unanswered feature requests and bug reports.
|
|
Hello,
I'm trying to create a setup project using WIX that will allow me to install multiple features of a single product. How can I update one of the installed features (which is independent of the other installed features) without having to reinstall...
Started by Scott on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Fragment> <Feature Id="HelloWorld1Feature" Title="Hello World 1" Level="1"> <ComponentRef Id="HelloWorld1Component"/> </Feature> </Fragment> <Fragment> <Feature Id; </Feature> </Fragment> ....
|
Ask your Facebook Friends
|
I have two feature branches: featureA and featureB.
FeatureA is complete, but not merged into trunk because it's untested and we're not ready to test it yet.
I'm working on featureB, and have realised that a change implemented in featureA is required ...
Started by Neil Barnwell on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Well, if the two features.
So in your scenario, Feature A could be merged to trunk, then copied to sandbox for feature b development.
Are airly complete and ready for final QA, trunk is copied to staging .
|
|
I am starting with the Entity Framework. It sounds great. But I am wondering if I should watch out for some weakness somewhere. Any experience there?
Started by tom greene on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I found the new TDD/testability features and T4 code generation ....
All of the new features discussed are annoying emissions from the currently released version for someone.
You might find the walkthroughs for Entity Framework 4.0 useful .
|
|
I've got to write few words about C#, generally piece of cake? No!
I've searched through various internet resources and books and what i got is kind of headache. For example Garbage Collector some sources says that this is C# feature, other that CLR got...
Started by MoreThanChaos on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Other languages may are at liberty to also provide these features....
As are Code Access directly provided by either the CLR or the framework is a language feature.
Garbage collection is a CLR feature.
Of the .NET languages, of which C# is one.
|
|
Hi
I am into my sixth hour battling with what hopefully should have a simple solution, so I thought I would post here.
I have an feature with a feature receiver whose sole purpose is to activate a deployed list definition feature and then create an instance...
Started by Andrew Vevers on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Add a to your feature that has the list template, or alternatively add a new feature for the list instance and reference the FeatureID.
Created at the same time is using the XML framework for this .
|
|
I have a small Sharepoint Feature project in VS2008 with STSDev 2008 which comprises of a WebPart, a List and a List Instance (of the aforementioned List). The WebPart depends on the existance of the List as does the List Instance.
Would I be better creating...
Started by Richard Slater on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you mark the child features hidden, the parent feature will automatically activate the child features and they won't.
Create a parent feature which has ActivationDependencies on the child features.
|
|
Hi all,
I tried 2xExplorer and it's really really nice! I was so tired of Windows Explorer locking up video files and telling me that some program is using the file (but in fact it was windows explorer itself that's reading the file) when I try to rename...
Started by omnimike on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at netez):
The default is 1 (TRUE) so just set it to 0 to get compressed filesizes ... .
Hi Mike
(yes, this is the right spot to post this kind of question)
if you check the file registry.txt you'll find a value called bPlainBytesFormat that controls this very issue .
|
|
Hi,
I have feature which is not correctly installed on my website. How can I uninstall it without Feature.xml file and without feature id?
Started by truthseeker on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
And it's done! :D.
Take appropriate feature id and run stsadm commands: deactivate and uninstall feature with id and force option.
Output file named: ContentDeploymentFeatures.txt.
|